Rename base layout to left sidebar layout

This commit is contained in:
2026-05-23 11:40:03 +02:00
parent b0d3258369
commit fbefb2e7fd
2 changed files with 1 additions and 1 deletions
+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';