visuddhinanda 2 лет назад
Родитель
Сommit
e71750ff39
1 измененных файлов с 3 добавлено и 1 удалено
  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;