fixed router in Game page
This commit is contained in:
parent
b9d1a748d8
commit
9733b9116f
@ -3,7 +3,7 @@
|
|||||||
import { graphql } from "./../gql";
|
import { graphql } from "./../gql";
|
||||||
import { onMount } from "svelte";
|
import { onMount } from "svelte";
|
||||||
import type { GetGameQuery } from "../gql/graphql";
|
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(`
|
const doc = graphql(`
|
||||||
query getGame($gameID: ID!) {
|
query getGame($gameID: ID!) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user