aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/layout/section/section.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/layout/section/section.stories.tsx')
-rw-r--r--src/components/atoms/layout/section/section.stories.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/layout/section/section.stories.tsx b/src/components/atoms/layout/section/section.stories.tsx
index 0a3388b..e21209b 100644
--- a/src/components/atoms/layout/section/section.stories.tsx
+++ b/src/components/atoms/layout/section/section.stories.tsx
@@ -1,5 +1,5 @@
import type { ComponentMeta, ComponentStory } from '@storybook/react';
-import { Heading } from '../../headings';
+import { Heading } from '../../heading';
import { Section } from './section';
/**