Add base settings page #74

Merged
jakob.scheid merged 43 commits from feature/base-settings-page into main 2026-05-23 13:16:37 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit fbefb2e7fd - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
<script setup> <script setup>
import BaseLayout from '@/layouts/BaseLayout.vue'; import LeftSidebarLayout from '@/layouts/LeftSidebarLayout.vue';
import { useI18n } from 'vue-i18n'; import { useI18n } from 'vue-i18n';