Skip to content

Commit 77351f4

Browse files
committed
[#45] ♻️ Reorder import statements
1 parent 4d0ef87 commit 77351f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stories/common/input/CheckboxInput.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import { Meta, StoryObj } from '@storybook/react'
21
import { useState } from 'react'
32

3+
import { Meta, StoryObj } from '@storybook/react'
4+
45
import { CheckboxInput } from '@/components/common/input/CheckboxInput'
56
import type { CheckboxInputProps } from '@/components/common/input/CheckboxInput'
67

0 commit comments

Comments
 (0)