Yuken Tezuka %!s(int64=3) %!d(string=hai) anos
pai
achega
64f6b57591
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;