summary refs log tree commit diff
path: root/main.ts
diff options
context:
space:
mode:
authorwlodekm <[email protected]>2024-11-09 12:38:31 +0200
committerwlodekm <[email protected]>2024-11-09 12:38:31 +0200
commit9d64e0510ce33a80c3c74e2dbbb3d9a69364e247 (patch)
treeee785581b0220a848a8d9ea1512472e16d208a15 /main.ts
initial
Diffstat (limited to 'main.ts')
-rw-r--r--main.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.ts b/main.ts
new file mode 100644
index 0000000..3a05a48
--- /dev/null
+++ b/main.ts
@@ -0,0 +1,3 @@
+import LoginScreen from "./v2/screen/login.ts";
+import { build } from "./v2/screenbuilder.ts";
+build(LoginScreen)
\ No newline at end of file