🐛 fix typecheck and cleanup imports
tinyedge/deploy Deployed by TinyEdge

This commit is contained in:
2026-08-07 12:57:45 +02:00
parent c6b78d4665
commit 67727f96ab
17 changed files with 1790 additions and 1352 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script setup lang="ts">
import type { ParticipantView, SettlementView } from '../types'
import { isValidPaymentLink } from '../../shared/utils/paymentLink'
import { isValidPaymentLink } from '~~/shared/utils/paymentLink'
const props = defineProps<{
slug: string