initial admin settings prototype (WIP)

This commit is contained in:
Henry Jameson 2023-03-14 21:50:43 +02:00
commit 4d23d31fec
25 changed files with 760 additions and 31 deletions

View file

@ -0,0 +1,9 @@
import ModifiedIndicator from './modified_indicator.vue'
import Setting from './setting.js'
export default {
components: {
ModifiedIndicator
},
...Setting
}