fixed router in Game page

This commit is contained in:
Niklas Kapelle 2025-05-07 19:15:02 +02:00
parent b9d1a748d8
commit 9733b9116f
Signed by: niklas
GPG Key ID: 4EB651B36D841D16

View File

@ -3,7 +3,7 @@
import { graphql } from "./../gql";
import { onMount } from "svelte";
import type { GetGameQuery } from "../gql/graphql";
import { useRoute, link } from "@dvcol/svelte-simple-router/router";
import { useRoute, link } from "@dvcol/svelte-simple-router";
const doc = graphql(`
query getGame($gameID: ID!) {