feat(frontend): Clean-up schemas, remove dead code, move types

This commit is contained in:
2025-10-03 08:44:15 +02:00
parent 17a3a76054
commit 6c88b4fd96
12 changed files with 136 additions and 351 deletions

View File

@@ -69,7 +69,7 @@
</template>
<script setup lang="ts">
import type { CustomInvitation } from '~/composables/useAuth'
import type { CustomInvitation } from '~/types/auth'
const invitationId = useRoute().params.id as string