Skip to content

Commit 93ffce8

Browse files
committed
Remove unused varaibles
1 parent 73a42da commit 93ffce8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

front-end/src/lib/Modal.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import { createEventDispatcher, onMount } from "svelte";
33
import { generationStates, generationStore } from "./generation.store";
44
5-
export let title;
6-
export let text;
75
/** @type {HTMLDialogElement | undefined}*/
86
let modal;
97

0 commit comments

Comments
 (0)