Tweak import statement

This commit is contained in:
Oliver Akins 2022-03-13 20:14:31 -06:00
parent 9708be3f1e
commit ffc759e267
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -1,6 +1,6 @@
<script lang="ts"> <script lang="ts">
import BaseModal from "./BaseModal.svelte"; import BaseModal from "./BaseModal.svelte";
import type { IGameOption } from "common" import type { IGameOption } from "common";
export let visibleOptions: IGameOption[]; export let visibleOptions: IGameOption[];
export let open: boolean = false; export let open: boolean = false;