jmou/yakatak
git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
Loading…
(top)/ui/src/main.ts
language: TypeScript
93 Bytes / 4 lines / 3 loc
History
View raw
import { createApp } from "vue";
import App from "./App.vue";

createApp(App).mount("#app");