Major refactor of frontend source tree such that paths better match where they are served.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './RestrictedForward.vue'
|
||||
import '@/assets/style.css'
|
||||
|
||||
createApp(App).mount('#app')
|
||||
Reference in New Issue
Block a user