This commit is contained in:
Daniel Ledda
2024-11-01 18:50:26 +01:00
parent 7539e6ed48
commit f8a0cd50f8
7 changed files with 143 additions and 203 deletions

View File

@@ -1,4 +1,4 @@
import { createSSRApp } from "vue";
import App from "@/home/App.tsx";
import DJHomeRoot from "@/home/DJHomeRoot.tsx";
createSSRApp(App).mount("#app-root");
createSSRApp(DJHomeRoot).mount("#app-root");