aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/actions/pwKey.ts
diff options
context:
space:
mode:
Diffstat (limited to 'code/app/src/actions/pwKey.ts')
-rw-r--r--code/app/src/actions/pwKey.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/app/src/actions/pwKey.ts b/code/app/src/actions/pwKey.ts
index a2f22e7..351a4b8 100644
--- a/code/app/src/actions/pwKey.ts
+++ b/code/app/src/actions/pwKey.ts
@@ -1,4 +1,4 @@
-import { is_development, is_testing } from "$lib/configuration";
+import {is_development, is_testing} from "$configuration";
export default function pwKey(node: HTMLElement, value: string | undefined) {
if (!value) return;