Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 3a71ab6

Browse files
eddiemongetw15egan
authored andcommitted
fix(index): update path to ToolbarSearch (#74)
The ToolbarSearch had the incorrect path to the component
1 parent 400de05 commit 3a71ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export Toolbar, {
7777
ToolbarOption,
7878
ToolbarDivider,
7979
} from './components/Toolbar';
80-
export ToolbarSearch from './ToolbarSearch';
80+
export ToolbarSearch from './components/ToolbarSearch';
8181
export Tooltip from './components/Tooltip';
8282
export TooltipSimple from './components/TooltipSimple';
8383
export UnorderedList from './components/UnorderedList';

0 commit comments

Comments
 (0)