diff --git a/src/lib/components/search/textSearch/index.svelte b/src/lib/components/search/textSearch/index.svelte index 5ed3aa7..d7ffaad 100644 --- a/src/lib/components/search/textSearch/index.svelte +++ b/src/lib/components/search/textSearch/index.svelte @@ -1,18 +1,14 @@ + + + Your Collection | Bored Game + + +

Your Collection

+ +
+
+ {#each $collectionStore as game} + + {/each} +
+
+ + diff --git a/src/routes/game/[id]/+page.server.ts b/src/routes/game/[id]/+page.server.ts index 67bf9be..33a24dc 100644 --- a/src/routes/game/[id]/+page.server.ts +++ b/src/routes/game/[id]/+page.server.ts @@ -1,6 +1,6 @@ import { error } from '@sveltejs/kit'; import type { PageServerLoad } from './$types' -import { boardGameApi } from '../../_api'; +import { boardGameApi } from '../../api'; type GamePageParams = { params: {