We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c4b17 commit 4464f29Copy full SHA for 4464f29
src/pages/Admin/Filtering.tsx
@@ -1,7 +1,7 @@
1
import { useEffect, useState } from 'react';
2
3
-import { getBadWords, patchBadWordsUsed } from '@/apis/admin';
4
-import { AddIcon, AlarmIcon, CancelIcon } from '@/assets/icons';
+import { getBadWords } from '@/apis/admin';
+import { AddIcon, AlarmIcon } from '@/assets/icons';
5
6
import AddInputButton from './components/AddInputButton';
7
import AdminPageTitle from './components/AdminPageTitle';
0 commit comments