Yuken Tezuka 3 年之前
父節點
當前提交
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;