Add FuelCard to the imports

This commit is contained in:
Oliver Akins 2022-07-30 17:46:11 -06:00
parent 0045cd4184
commit 720170f867
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -1,4 +1,4 @@
import type { Board, PlayerData } from "common"; import type { Board, FuelCard, PlayerData } from "common";
import { writable } from "svelte/store"; import { writable } from "svelte/store";
export const gameCode = writable<string>(""); export const gameCode = writable<string>("");