aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/organisms/widgets/table-of-contents.stories.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/widgets/table-of-contents.stories.tsx b/src/components/organisms/widgets/table-of-contents.stories.tsx
index 9490ee3..27a9a15 100644
--- a/src/components/organisms/widgets/table-of-contents.stories.tsx
+++ b/src/components/organisms/widgets/table-of-contents.stories.tsx
@@ -26,7 +26,7 @@ const Template: ComponentStory<typeof ToCWidget> = (args) => (
<ToCWidget {...args} />
);
-export const GetWrapper = () => {
+const GetWrapper = () => {
const wrapper = document.createElement('div');
const firstTitle = document.createElement('h2');
const firstParagraph = document.createElement('p');