reiji-h 1 年之前
父節點
當前提交
f09653f237
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      apps/app/src/stores/admin/customize.tsx

+ 2 - 1
apps/app/src/stores/admin/customize.tsx

@@ -1,6 +1,7 @@
 import { useCallback } from 'react';
 
-import useSWR, { SWRResponse } from 'swr';
+import type { SWRResponse } from 'swr';
+import useSWR from 'swr';
 import useSWRImmutable from 'swr/immutable';
 
 import { apiv3Get, apiv3Put } from '~/client/util/apiv3-client';