Skip to content

Commit 4a7256b

Browse files
authored
chore: remove duplicate code (#82)
1 parent ff056b5 commit 4a7256b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/resolvers/antdv.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ const matchComponents: IMatcher[] = [
120120
pattern: /^Tab/,
121121
styleDir: 'tabs',
122122
},
123-
{
124-
pattern: /^Mentions/,
125-
styleDir: 'mentions',
126-
},
127-
123+
128124
{
129125
pattern: /^Mentions/,
130126
styleDir: 'mentions',

0 commit comments

Comments
 (0)