Przeglądaj źródła

Imported useSWR

Taichi Masuyama 4 lat temu
rodzic
commit
58c25e5af3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/app/src/stores/ui.tsx

+ 1 - 1
packages/app/src/stores/ui.tsx

@@ -1,4 +1,4 @@
-import {
+import useSWR, {
   useSWRConfig, SWRResponse, Key, Fetcher, Middleware,
   useSWRConfig, SWRResponse, Key, Fetcher, Middleware,
 } from 'swr';
 } from 'swr';
 import useSWRImmutable from 'swr/immutable';
 import useSWRImmutable from 'swr/immutable';