Skip to content

Commit 707e034

Browse files
committed
Remove Link and TabNav.Link from mapping
1 parent e008dbc commit 707e034

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/configs/components.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const { flattenComponents } = require('../utils/flatten-components');
33
const components = flattenComponents({
44
Button: 'button',
55
IconButton: 'button',
6-
Link: 'a',
76
Spinner: 'svg',
87
ToggleSwitch: 'button',
98
Radio: 'input',
@@ -18,7 +17,6 @@ const components = flattenComponents({
1817
self: 'select',
1918
},
2019
TabNav: {
21-
Link: 'a',
2220
self: 'nav',
2321
},
2422
})

0 commit comments

Comments
 (0)