From aecf74951cecb4de9ca94dd93e48af6f62300a0f Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:24:24 +0200 Subject: [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 --- web/source/settings/views/user/profile.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/source/settings/views/user/profile.tsx') diff --git a/web/source/settings/views/user/profile.tsx b/web/source/settings/views/user/profile.tsx index 08cd74bda..c1735259e 100644 --- a/web/source/settings/views/user/profile.tsx +++ b/web/source/settings/views/user/profile.tsx @@ -42,9 +42,10 @@ import FormWithData from "../../lib/form/form-with-data"; import FakeProfile from "../../components/fake-profile"; import MutationButton from "../../components/form/mutation-button"; -import { useAccountThemesQuery, useInstanceV1Query } from "../../lib/query"; +import { useAccountThemesQuery } from "../../lib/query/user"; import { useUpdateCredentialsMutation } from "../../lib/query/user"; import { useVerifyCredentialsQuery } from "../../lib/query/oauth"; +import { useInstanceV1Query } from "../../lib/query/gts-api"; export default function UserProfile() { return ( -- cgit v1.2.3