Skip to content

Commit

Permalink
Remove unused varaibles
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed Nov 8, 2023
1 parent 73a42da commit 93ffce8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions front-end/src/lib/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import { createEventDispatcher, onMount } from "svelte";
import { generationStates, generationStore } from "./generation.store";
export let title;
export let text;
/** @type {HTMLDialogElement | undefined}*/
let modal;
Expand Down

0 comments on commit 93ffce8

Please sign in to comment.