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