summary refs log tree commit diff
path: root/main.ts
diff options
context:
space:
mode:
authorwlodekm <[email protected]>2024-11-15 09:46:47 +0200
committerwlodekm <[email protected]>2024-11-15 09:46:47 +0200
commitd28d8333ebe71e2937660b13d9afb1d516cf14f0 (patch)
tree6c941712ec80b785a940b37aec52b2cea7861835 /main.ts
parentd51dbb974d83125f4bfb017188de6a013b7f746c (diff)
v1.0.2
Diffstat (limited to 'main.ts')
-rw-r--r--main.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.ts b/main.ts
index 435e4af..82d54f8 100644
--- a/main.ts
+++ b/main.ts
@@ -1,5 +1,6 @@
-import LoginScreen from "./v2/screen/login.ts";
-import { build } from "./v2/screenbuilder.ts";
+// deno-lint-ignore-file no-process-globals
+import LoginScreen from "./screen/login.ts";
+import { build } from "./screenbuilder.ts";
 import readline from 'node:readline';
 
 readline.emitKeypressEvents(process.stdin);