We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0ef87 commit 77351f4Copy full SHA for 77351f4
src/stories/common/input/CheckboxInput.stories.tsx
@@ -1,6 +1,7 @@
1
-import { Meta, StoryObj } from '@storybook/react'
2
import { useState } from 'react'
3
+import { Meta, StoryObj } from '@storybook/react'
4
+
5
import { CheckboxInput } from '@/components/common/input/CheckboxInput'
6
import type { CheckboxInputProps } from '@/components/common/input/CheckboxInput'
7
0 commit comments