Browse Source

:art: formatting

visuddhinanda 1 year ago
parent
commit
42626fee57
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/load.ts

+ 1 - 0
dashboard/src/load.ts

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