diff options
| author | 2024-04-25 18:24:24 +0200 | |
|---|---|---|
| committer | 2024-04-25 18:24:24 +0200 | |
| commit | aecf74951cecb4de9ca94dd93e48af6f62300a0f (patch) | |
| tree | a32becdfe62f7a09eb4ffe2d019864a284cb626e /web/source/settings/views/moderation/accounts/search | |
| parent | [chore] Refactor settings panel routing (and other fixes) (#2864) (diff) | |
| download | gotosocial-aecf74951cecb4de9ca94dd93e48af6f62300a0f.tar.xz | |
[chore] Settings refactor 2: the re-refactoring-ing (#2866)
* [chore] Bit more refactoring of settings panel
* fix up some remaining things
* groovy baby yeah!
* remove unused Suspense
Diffstat (limited to 'web/source/settings/views/moderation/accounts/search')
| -rw-r--r-- | web/source/settings/views/moderation/accounts/search/index.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/source/settings/views/moderation/accounts/search/index.tsx b/web/source/settings/views/moderation/accounts/search/index.tsx index 7d5515a43..8ee579e16 100644 --- a/web/source/settings/views/moderation/accounts/search/index.tsx +++ b/web/source/settings/views/moderation/accounts/search/index.tsx @@ -19,9 +19,8 @@ import React from "react"; -import { useLazySearchAccountsQuery } from "../../../../lib/query"; +import { useLazySearchAccountsQuery } from "../../../../lib/query/admin"; import { useTextInput } from "../../../../lib/form"; - import { AccountList } from "../../../../components/account-list"; import { SearchAccountParams } from "../../../../lib/types/account"; import { Select, TextInput } from "../../../../components/form/inputs"; |
