initialize repository

This commit is contained in:
2024-01-10 12:59:58 +07:00
parent 9337004961
commit 94675f015c
94 changed files with 7027 additions and 4160 deletions

5
packages/ui/src/main.ts Normal file
View File

@@ -0,0 +1,5 @@
import { createApp } from "vue";
import "./style.css";
import App from "./App.vue";
createApp(App).mount("#app");