Move some options page funcs to shared lib

This commit is contained in:
Ajay
2023-05-09 16:49:54 -04:00
parent b35bcae213
commit e094f95602
8 changed files with 14 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
import Config from "./config";
import Utils from "./utils";
import { localizeHtmlPage } from "./utils/pageUtils";
import { localizeHtmlPage } from "@ajayyy/maze-utils/lib/setup";
const utils = new Utils();
// This is needed, if Config is not imported before Utils, things break.