aboutsummaryrefslogtreecommitdiff
path: root/frontend/pwmodal.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/pwmodal.ts')
-rw-r--r--frontend/pwmodal.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/pwmodal.ts b/frontend/pwmodal.ts
index 594db49..a20a79f 100644
--- a/frontend/pwmodal.ts
+++ b/frontend/pwmodal.ts
@@ -1,5 +1,5 @@
import { e } from "./helper.ts"
-import { tryLoadAdminPanel } from "./adminpanel.ts"
+import { tryLoadAdminPanel } from "./admin.ts"
export function pw_modal() {
const inp_name = e("input", {type: "text", placeholder: "Username"})