This commit is contained in:
Gabe Yuan
2023-08-12 09:45:39 +08:00
parent 330d020dc2
commit bab21a01f4
2 changed files with 2 additions and 4 deletions

View File

@@ -4,8 +4,7 @@ import {
MSG_TRANS_GETRULE,
MSG_TRANS_PUTRULE,
} from "./config";
import { getRules, matchRule } from "./libs";
import { getSetting } from "./libs";
import { getSetting, getRules, matchRule } from "./libs";
import { Translator } from "./libs/translator";
/**

View File

@@ -3,8 +3,7 @@ import ReactDOM from "react-dom/client";
import Action from "./views/Action";
import createCache from "@emotion/cache";
import { CacheProvider } from "@emotion/react";
import { getRules, matchRule } from "./libs";
import { getSetting } from "./libs";
import { getSetting, getRules, matchRule } from "./libs";
import { Translator } from "./libs/translator";
/**