Skip to content

Commit

Permalink
remove unimported deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed Jan 5, 2024
1 parent a6e057c commit b89c425
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
2 changes: 0 additions & 2 deletions packages/frosted-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@
"@react-stately/calendar": "^3.4.2",
"@react-stately/datepicker": "^3.9.1",
"classnames": "^2.3.2",
"react-aria": "^3.31.0",
"react-aria-components": "1.0.0-rc.0",
"react-stately": "^3.29.0",
"tailwindcss": "^3.3.5",
"tslib": "^2.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/frosted-ui/src/components/calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ import {
import { useFocusRing } from '@react-aria/focus';
import { useDateFormatter, useLocale } from '@react-aria/i18n';
import { mergeProps } from '@react-aria/utils';
import classNames from 'classnames';
import React, { useRef } from 'react';
import {
CalendarState,
CalendarStateOptions,
RangeCalendarState,
RangeCalendarStateOptions,
useCalendarState,
useRangeCalendarState,
} from 'react-stately';
} from '@react-stately/calendar';
import classNames from 'classnames';
import React, { useRef } from 'react';

import { IconButton } from './icon-button';
import { Select } from './select';
Expand Down
2 changes: 1 addition & 1 deletion packages/frosted-ui/src/components/date-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {
useDatePicker,
} from '@react-aria/datepicker';

import { useDatePickerState } from '@react-stately/datepicker';
import classNames from 'classnames';
import React, { useRef } from 'react';
import { useDatePickerState } from 'react-stately';
import {
GetPropDefTypes,
MarginProps,
Expand Down
2 changes: 1 addition & 1 deletion packages/frosted-ui/src/components/date-range-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {
useDateRangePicker,
} from '@react-aria/datepicker';

import { useDateRangePickerState } from '@react-stately/datepicker';
import classNames from 'classnames';
import React, { useRef } from 'react';
import { useDateRangePickerState } from 'react-stately';
import {
GetPropDefTypes,
MarginProps,
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b89c425

Please sign in to comment.