fix(admin): fix the admin app (#9233)

This commit is contained in:
EYHN
2024-12-23 03:06:31 +00:00
parent ec5bbb442f
commit cddef4c2f6
12 changed files with 253 additions and 63 deletions
@@ -1,4 +1,4 @@
import { useQueryImmutable } from '@affine/core/components/hooks/use-query';
import { useQueryImmutable } from '@affine/admin/use-query';
import { getServerServiceConfigsQuery } from '@affine/graphql';
import { useMemo } from 'react';