ソースを参照

:art: formatting

visuddhinanda 1 年間 前
コミット
42626fee57
1 ファイル変更1 行追加0 行削除
  1. 1 0
      dashboard/src/load.ts

+ 1 - 0
dashboard/src/load.ts

@@ -63,6 +63,7 @@ export const grammarTermFetch = () => {
     }
     }
   );
   );
 };
 };
+
 const init = () => {
 const init = () => {
   get<ISiteInfoResponse | IErrorResponse>("/v2/siteinfo/en").then(
   get<ISiteInfoResponse | IErrorResponse>("/v2/siteinfo/en").then(
     (response) => {
     (response) => {