alessandro trinca tornidor
[feat] set lisa inference as index page
8be838e
raw
history blame
No virus
125 Bytes
import { createApp } from "vue";
import Lisa from "./AppLisa.vue";
const lisa = createApp(Lisa);
lisa.mount("#root_lisa");