diff --git a/packages/app/src/index.tsx b/packages/app/src/index.tsx index cd5bb7bf..27e93912 100644 --- a/packages/app/src/index.tsx +++ b/packages/app/src/index.tsx @@ -44,6 +44,7 @@ import { hasWasm, wasmInit, WasmPath } from "@/Utils/wasm"; import { Wallets } from "@/Wallet"; import { setupWebLNWalletConfig } from "@/Wallet"; +import { Day } from "./Utils/Const"; import { LoginStore } from "./Utils/Login"; async function initSite() {