Skip to content

Commit

Permalink
fix: fix import name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfBramble committed Oct 13, 2020
1 parent 8ae9a4b commit c997f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export { default as SearchModal } from './searchModal';
export { default as MarkdownRender } from './markdownRender';
export { default as BreadcrumbRender } from './breadcrumb'
export { default as Resize } from './resize';
export { default as KeyEventListener } from './KeyEventListener';
export { default as KeyEventListener } from './keyEventListener';
export { default as FullScreenButton } from './fullscreen';
export { default as ToolModal } from './toolModal';
export { default as ScrollText } from './scrollText';
Expand Down

0 comments on commit c997f5c

Please sign in to comment.