diff options
Diffstat (limited to 'src/components/molecules/buttons/back-to-top.stories.tsx')
| -rw-r--r-- | src/components/molecules/buttons/back-to-top.stories.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/buttons/back-to-top.stories.tsx b/src/components/molecules/buttons/back-to-top.stories.tsx index a338b8b..5de12d4 100644 --- a/src/components/molecules/buttons/back-to-top.stories.tsx +++ b/src/components/molecules/buttons/back-to-top.stories.tsx @@ -1,5 +1,5 @@ import { ComponentMeta, ComponentStory } from '@storybook/react'; -import BackToTopComponent from './back-to-top'; +import { BackToTop as BackToTopComponent } from './back-to-top'; /** * BackToTop - Storybook Meta |
