diff options
| author | Olivi <[email protected]> | 2026-04-15 19:26:24 +0800 |
|---|---|---|
| committer | Olivi <[email protected]> | 2026-04-15 19:26:24 +0800 |
| commit | edf6c5cb65cbf103fb1848760595f5c381dac723 (patch) | |
| tree | c7e2d98570fb82fd4789e4379f2e889fb9633770 /src/components/shared/RotateIcon.tsx | |
| parent | e48240ddf861466cb380fd7b6d6c29807234d8b2 (diff) | |
build(deps)!: update depends
Diffstat (limited to 'src/components/shared/RotateIcon.tsx')
| -rw-r--r-- | src/components/shared/RotateIcon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/shared/RotateIcon.tsx b/src/components/shared/RotateIcon.tsx index 7e3ceae..0a5a018 100644 --- a/src/components/shared/RotateIcon.tsx +++ b/src/components/shared/RotateIcon.tsx @@ -1,6 +1,6 @@ import cx from 'clsx'; import * as React from 'react'; -import { RotateCw } from 'react-feather'; +import { RotateCw } from '~/components/shared/FeatherIcons'; import s from './RotateIcon.module.scss'; |
