aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/layout/copyright.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/layout/copyright.stories.tsx')
-rw-r--r--src/components/atoms/layout/copyright.stories.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/layout/copyright.stories.tsx b/src/components/atoms/layout/copyright.stories.tsx
index a21fdfb..58d1b1e 100644
--- a/src/components/atoms/layout/copyright.stories.tsx
+++ b/src/components/atoms/layout/copyright.stories.tsx
@@ -1,5 +1,5 @@
import type { ComponentMeta, ComponentStory } from '@storybook/react';
-import { Icon } from '../images';
+import { Icon } from '../images/icons';
import { Copyright as CopyrightComponent } from './copyright';
/**