Update explore grid component

This commit is contained in:
Justin Edmund 2025-09-15 04:10:37 -07:00
parent 251c56b86d
commit 3624edbd1c

View file

@ -1,8 +1,8 @@
<script lang="ts">
import type { PartyView } from '$lib/api/schemas/party'
import type { Party } from '$lib/types/api/party'
import GridRep from '$lib/components/reps/GridRep.svelte'
export let items: PartyView[] = []
export let items: Party[] = []
</script>
{#if items.length === 0}