remove unused imports and variables

Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
Alex J 2022-06-22 12:50:34 +02:00
parent a9eb3fa3cb
commit 3ae2466961

View File

@ -1,15 +1,6 @@
<script lang="ts">
import { t } from "$lib/translations";
import * as global from "../i18n/_global.json";
import { createEventDispatcher } from 'svelte';
let dontDie;
let shown = false;
let dispatch = createEventDispatcher();
export function show() {
shown = !shown;
dispatch('show', shown);
}
</script>
<svelte:head>