Yuken Tezuka 3 лет назад
Родитель
Сommit
64f6b57591
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/app/src/stores/hackmd.ts

+ 2 - 2
packages/app/src/stores/hackmd.ts

@@ -1,5 +1,5 @@
-import { SWRResponse } from "swr";
-import { useStaticSWR } from "./use-static-swr";
+import { SWRResponse } from 'swr';
+import { useStaticSWR } from './use-static-swr';
 
 
 type Nullable<T> = T | null;
 type Nullable<T> = T | null;