refactor: formatting

This commit is contained in:
wea_ondara
2023-09-26 16:48:10 +02:00
parent 7f28012520
commit a8703a51b3
3 changed files with 30 additions and 30 deletions

View File

@@ -8,9 +8,9 @@ import LocaleSaver from '@/components/locale/LocaleSaver.vue';
@Options({
name: 'App',
components: {
NavBar,
DocumentLocaleSetter,
LocaleSaver,
NavBar,
RouterView,
},
})