Tweak import statement
This commit is contained in:
parent
9708be3f1e
commit
ffc759e267
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts">
|
||||
import BaseModal from "./BaseModal.svelte";
|
||||
import type { IGameOption } from "common"
|
||||
import type { IGameOption } from "common";
|
||||
|
||||
export let visibleOptions: IGameOption[];
|
||||
export let open: boolean = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue