first fixes
Build & Deploy / build (push) Failing after 28s
Build & Deploy / docker (push) Has been skipped

This commit is contained in:
Kevin
2026-06-29 23:15:45 +02:00
parent 3721b98420
commit 75bf7c205a
19 changed files with 50 additions and 56 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { computed, onMounted, ref, watch } from 'vue'
import { Component } from '~/pages/types/UITypes'
import type { Component } from '~/pages/types/UITypes'
interface ComponentsByType {
type: string