Refactor restricted app paths and naming.

This commit is contained in:
Leo Vasanko
2025-12-02 19:10:13 +00:00
parent 2a5f06d707
commit 123a62549b
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')