diff options
Diffstat (limited to 'src/components/BackendList.tsx')
| -rw-r--r-- | src/components/BackendList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/BackendList.tsx b/src/components/BackendList.tsx index 2246dd6..bb9ae53 100644 --- a/src/components/BackendList.tsx +++ b/src/components/BackendList.tsx @@ -1,6 +1,6 @@ import cx from 'clsx'; import * as React from 'react'; -import { Eye, EyeOff, X as Close } from 'react-feather'; +import { Eye, EyeOff, X as Close } from '~/components/shared/FeatherIcons'; import { useToggle } from '~/hooks/basic'; import type { ClashAPIConfigWithAddedAt } from '~/store/types'; |
