diff options
author | wlodekm <[email protected]> | 2024-11-15 09:46:47 +0200 |
---|---|---|
committer | wlodekm <[email protected]> | 2024-11-15 09:46:47 +0200 |
commit | d28d8333ebe71e2937660b13d9afb1d516cf14f0 (patch) | |
tree | 6c941712ec80b785a940b37aec52b2cea7861835 /main.ts | |
parent | d51dbb974d83125f4bfb017188de6a013b7f746c (diff) |
v1.0.2
Diffstat (limited to 'main.ts')
-rw-r--r-- | main.ts | 5 |
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); |