From 720170f867dd004eda5f023312dc9c10725056a7 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Sat, 30 Jul 2022 17:46:11 -0600 Subject: [PATCH] Add FuelCard to the imports --- web-svelte/src/stores.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("");