aboutsummaryrefslogtreecommitdiff
path: root/src-ui/src/main.ts
diff options
context:
space:
mode:
authorJeremy Chone <jeremy.chone@gmail.com>2022-06-20 01:02:15 -0700
committerJeremy Chone <jeremy.chone@gmail.com>2022-06-20 01:02:15 -0700
commit051748771895bb040188221c3e4136878dbedb8a (patch)
tree9492d6020c9294b12b3fd912520746e0df847406 /src-ui/src/main.ts
downloadFlightCore-051748771895bb040188221c3e4136878dbedb8a.tar.gz
FlightCore-051748771895bb040188221c3e4136878dbedb8a.zip
. initial
Diffstat (limited to 'src-ui/src/main.ts')
-rw-r--r--src-ui/src/main.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts
new file mode 100644
index 00000000..aa31bb93
--- /dev/null
+++ b/src-ui/src/main.ts
@@ -0,0 +1,4 @@
+
+document.addEventListener("DOMContentLoaded", async function () {
+ document.body.textContent = "Hello from main.ts";
+}); \ No newline at end of file