Refactor restricted app paths and naming.

This commit is contained in:
2025-12-02 19:10:13 +00:00
parent eedbd4aaa4
commit 5d9d2b794d
10 changed files with 18 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
import { createApp } from 'vue'
import App from './App.vue'
import '@/assets/style.css'
createApp(App).mount('#app')