aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms/switch/switch.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/forms/switch/switch.stories.tsx')
-rw-r--r--src/components/molecules/forms/switch/switch.stories.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/molecules/forms/switch/switch.stories.tsx b/src/components/molecules/forms/switch/switch.stories.tsx
index eb169ad..a88e6ab 100644
--- a/src/components/molecules/forms/switch/switch.stories.tsx
+++ b/src/components/molecules/forms/switch/switch.stories.tsx
@@ -1,7 +1,7 @@
-import { ComponentMeta, ComponentStory } from '@storybook/react';
-import { Switch as SwitchComponent, SwitchOption } from './switch';
-import { ChangeEventHandler, useCallback, useState } from 'react';
+import type { ComponentMeta, ComponentStory } from '@storybook/react';
+import { type ChangeEventHandler, useCallback, useState } from 'react';
import { Legend } from '../../../atoms';
+import { Switch as SwitchComponent, type SwitchOption } from './switch';
/**
* Switch - Storybook Meta