alessandro trinca tornidor
[feat] set lisa inference as index page
8be838e
raw
history blame
135 Bytes
import { createApp } from "vue";
import AppMain from "./AppSamgis.vue";
const main = createApp(AppMain);
main.mount("#root_samgis");