diff options
Diffstat (limited to 'frontend/pwmodal.ts')
-rw-r--r-- | frontend/pwmodal.ts | 2 |
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"}) |