big updats
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { createSSRApp } from "vue";
|
||||
import DJHomeRoot from "@/home/DJHomeRoot.tsx";
|
||||
import DjHomeRoot from "@/home/DjHomeRoot.tsx";
|
||||
import { cssRegistry } from "@/util.ts";
|
||||
|
||||
createSSRApp(DJHomeRoot)
|
||||
createSSRApp(DjHomeRoot)
|
||||
.provide(cssRegistry, new Set())
|
||||
.mount("#app-root");
|
||||
|
||||
Reference in New Issue
Block a user