Widgets work
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 35s

This commit is contained in:
2026-04-30 19:39:53 +02:00
parent ffb23b08eb
commit 139e7d0ef5
16 changed files with 512 additions and 296 deletions

View File

@@ -1,5 +1,5 @@
<script setup>
import IconButton from '~/components/partials/IconButton.vue';
import IconButton from '~/components/layouts/IconButton.vue';
const props = defineProps(['plus', 'edit', 'view', 'remove']);