소스 검색

Imported useSWR

Taichi Masuyama 4 년 전
부모
커밋
58c25e5af3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
 } from 'swr';
 import useSWRImmutable from 'swr/immutable';