diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-19 13:29:00 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-19 13:29:00 +0200 |
commit | e68acfe4f2012d74c98c313e7dd4f27897687d0b (patch) | |
tree | cd29b88a982e321d6b8d9aff9a1814d7d3fafd13 /frontend/pwmodal.ts | |
parent | b490f802a83382ad1a255cfef47724a0e7a9789b (diff) | |
download | fastbangs-e68acfe4f2012d74c98c313e7dd4f27897687d0b.tar fastbangs-e68acfe4f2012d74c98c313e7dd4f27897687d0b.tar.bz2 fastbangs-e68acfe4f2012d74c98c313e7dd4f27897687d0b.tar.zst |
functional, but only partly styled admin site
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"}) |