Add FuelCard to the imports
This commit is contained in:
parent
0045cd4184
commit
720170f867
1 changed files with 1 additions and 1 deletions
|
|
@ -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<string>("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue