reiji-h 1 năm trước cách đây
mục cha
commit
f09653f237
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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';