fix(front): dir reorder regression

This commit is contained in:
ArneBo 2025-01-10 12:01:43 +01:00
parent 77aa35c9fd
commit c4e509bc7c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { color } from '~/composables/color';
import Pill from './Pill.vue'
import Layout from './Layout.vue';
import Spacer from './layout/Spacer.vue';
import Spacer from './Spacer.vue';
const props = defineProps<{
icon?: string,