Shun Miyazawa преди 4 години
родител
ревизия
f1cf908f09
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      packages/app/src/stores/tag.tsx

+ 2 - 2
packages/app/src/stores/tag.tsx

@@ -1,8 +1,8 @@
-import useSWR, { SWRResponse } from 'swr';
+import { SWRResponse } from 'swr';
 import useSWRImmutable from 'swr/immutable';
 
-import { ITagsListApiv1Result } from '~/interfaces/tag';
 import { apiGet } from '~/client/util/apiv1-client';
+import { ITagsListApiv1Result } from '~/interfaces/tag';
 
 export const useSWRxTagsList = (limit?: number, offset?: number): SWRResponse<ITagsListApiv1Result, Error> => {
   return useSWRImmutable(