forked from ProjectSegfault/website
remove unused imports and variables
Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
parent
a9eb3fa3cb
commit
3ae2466961
@ -1,15 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { t } from "$lib/translations";
|
import { t } from "$lib/translations";
|
||||||
import * as global from "../i18n/_global.json";
|
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>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
|
Loading…
Reference in New Issue
Block a user