summary refs log tree commit diff
path: root/main.ts
diff options
context:
space:
mode:
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);