Explorar o código

:art: formatting

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
e71750ff39
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      dashboard/src/components/template/Wbw/PaliText.tsx

+ 3 - 1
dashboard/src/components/template/Wbw/PaliText.tsx

@@ -1,13 +1,15 @@
 import { useEffect, useState } from "react";
+
 import { useAppSelector } from "../../../hooks";
 import { settingInfo } from "../../../reducers/setting";
+import { getTerm } from "../../../reducers/term-vocabulary";
+
 import { GetUserSetting } from "../../auth/setting/default";
 import { TCodeConvertor } from "../utilities";
 import { roman_to_my, my_to_roman } from "../../code/my";
 import { roman_to_si } from "../../code/si";
 import { roman_to_thai } from "../../code/thai";
 import { roman_to_taitham } from "../../code/tai-tham";
-import { getTerm } from "../../../reducers/term-vocabulary";
 
 interface IWidget {
   text?: string;