Skip to content

Commit 69123a5

Browse files
committed
Reduce components object
1 parent 8020256 commit 69123a5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/configs/components.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,10 @@ const components = {
1414
Option: 'option',
1515
self: 'select',
1616
},
17-
UnderlineNav: {
18-
Link: 'a',
19-
self: 'nav',
20-
},
2117
TabNav: {
2218
Link: 'a',
2319
self: 'nav',
2420
},
25-
SubNav: {
26-
Link: 'a',
27-
self: 'nav',
28-
},
2921
}
3022

3123
const flattenComponents = (componentObj) => {

0 commit comments

Comments
 (0)