Skip to content

Commit 4359f2b

Browse files
authored
Duplicate import fix (#636)
1 parent 1aac6ec commit 4359f2b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/ui/RadioGroup/RadioGroup.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
import React, { DetailedHTMLProps, InputHTMLAttributes, PropsWithChildren } from 'react';
22
import { customClassSwitcher } from '~/core';
33
import RadioPrimitive from '~/core/primitives/Radio';
4-
const COMPONENT_NAME = 'RadioGroup';
5-
import React, { DetailedHTMLProps, InputHTMLAttributes, PropsWithChildren } from 'react';
64
import { clsx } from 'clsx';
7-
import { customClassSwitcher } from '~/core';
8-
import RadioPrimitive from '~/core/primitives/Radio';
95
const COMPONENT_NAME = 'RadioGroup';
106

117
export type RadioGroupProps = {

0 commit comments

Comments
 (0)