Skip to content

Commit abe2b8a

Browse files
author
lena.rashkovan
committed
fix: fix linter errors
1 parent c6f0f90 commit abe2b8a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/experimental/RadioGroup/RadioGroup.styled.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
import {
2-
FieldError,
3-
RadioGroup as BaseRadioGroup,
4-
RadioGroupProps as BaseRadioGroupProps,
5-
ValidationResult,
6-
Label
7-
} from 'react-aria-components';
1+
import { RadioGroup as BaseRadioGroup } from 'react-aria-components';
82
import styled from 'styled-components';
93

104
import { themeGet } from '../../../utils/experimental';

0 commit comments

Comments
 (0)