aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/forms/label/label.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/forms/label/label.tsx')
-rw-r--r--src/components/atoms/forms/label/label.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/forms/label/label.tsx b/src/components/atoms/forms/label/label.tsx
index 5087325..6692205 100644
--- a/src/components/atoms/forms/label/label.tsx
+++ b/src/components/atoms/forms/label/label.tsx
@@ -1,4 +1,4 @@
-import { FC, LabelHTMLAttributes, ReactNode } from 'react';
+import type { FC, LabelHTMLAttributes, ReactNode } from 'react';
import styles from './label.module.scss';
export type LabelSize = 'md' | 'sm';