Explorar el Código

Merge branch 'dev/5.0.x' into feat/pt-dev-4

Taichi Masuyama hace 4 años
padre
commit
afc298039c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';