Update explore grid component
This commit is contained in:
parent
251c56b86d
commit
3624edbd1c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
<script lang="ts">
|
<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'
|
import GridRep from '$lib/components/reps/GridRep.svelte'
|
||||||
|
|
||||||
export let items: PartyView[] = []
|
export let items: Party[] = []
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if items.length === 0}
|
{#if items.length === 0}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue