Style: make code style consistent #186

Merged
jakob.scheid merged 29 commits from style/make-code-style-consistent into main 2026-08-09 13:09:54 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8fe3d9ad61 - Show all commits
+2 -2
View File
@@ -17,7 +17,7 @@ limitations under the License.
<script setup>
import { LANGUAGE_PATH } from './config/featureSettings.js';
import Footer from './features/footer/components/Footer.vue';
import Navbar from './features/nav/components/Navbar.vue';
import AppNavbar from './features/nav/components/AppNavbar.vue';
import { useSettings } from './features/settings/composables/useSettings.js';
import { setLocale } from './i18n';
import { updatePageTitle } from './router';
@@ -60,7 +60,7 @@ onMounted(() => {
<template>
<div id="app-wrapper">
<Navbar />
<AppNavbar />
<router-view class="main-content" />