summaryrefslogtreecommitdiff
path: root/src/components/rules
diff options
context:
space:
mode:
authorOlivi <[email protected]>2026-04-15 19:26:24 +0800
committerOlivi <[email protected]>2026-04-15 19:26:24 +0800
commitedf6c5cb65cbf103fb1848760595f5c381dac723 (patch)
treec7e2d98570fb82fd4789e4379f2e889fb9633770 /src/components/rules
parente48240ddf861466cb380fd7b6d6c29807234d8b2 (diff)
build(deps)!: update depends
Diffstat (limited to 'src/components/rules')
-rw-r--r--src/components/rules/RuleProviderItem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/rules/RuleProviderItem.tsx b/src/components/rules/RuleProviderItem.tsx
index 7077ed1..5100f3d 100644
--- a/src/components/rules/RuleProviderItem.tsx
+++ b/src/components/rules/RuleProviderItem.tsx
@@ -1,6 +1,6 @@
import { formatDistance } from 'date-fns';
import * as React from 'react';
-import { Activity, Database, RefreshCw } from 'react-feather';
+import { Activity, Database, RefreshCw } from '~/components/shared/FeatherIcons';
import Button from '~/components/Button';
import { useUpdateRuleProviderItem } from '~/modules/rules/hooks';