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