Explorar o código

remove unnecessary

Shun Miyazawa %!s(int64=3) %!d(string=hai) anos
pai
achega
e8eab35ddf
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      packages/app/src/stores/user.tsx

+ 1 - 2
packages/app/src/stores/user.tsx

@@ -1,8 +1,7 @@
 import useSWR, { SWRResponse } from 'swr';
-import { apiv3Get } from '~/client/util/apiv3-client';
 
+import { apiv3Get } from '~/client/util/apiv3-client';
 import { IUserHasId } from '~/interfaces/user';
-
 import { checkAndUpdateImageUrlCached } from '~/stores/middlewares/user';
 
 export const useSWRxUsersList = (userIds: string[]): SWRResponse<IUserHasId[], Error> => {