diff --git a/web-svelte/src/stores.ts b/web-svelte/src/stores.ts index bf5f47a..d168c6a 100644 --- a/web-svelte/src/stores.ts +++ b/web-svelte/src/stores.ts @@ -1,4 +1,4 @@ -import type { Board, PlayerData } from "common"; +import type { Board, FuelCard, PlayerData } from "common"; import { writable } from "svelte/store"; export const gameCode = writable("");