We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8052f2d commit 7eef5bcCopy full SHA for 7eef5bc
2 files changed
src/lib/etc/Hex.svelte
src/routes/+page.svelte
@@ -23,7 +23,6 @@
23
<script lang="ts">
24
import type { PageData } from './$types';
25
import { preferredSubKeys } from "$lib/viewModel/viewModel";
26
- import Hex from "$lib/etc/Hex.svelte";
27
import {goto} from "$app/navigation";
28
import {resolve} from "$app/paths";
29
import {questionLimiter} from "$lib/viewModel/paramHelper";
@@ -46,7 +45,6 @@
46
45
<link property="url" href="https://mush-id.jitsedesmet.be/">
47
<!-- Hero section -->
48
<section class="hero">
49
- <Hex/>
50
<h1>Welkom bij Mush-ID</h1>
51
<p class="subtitle" property="description">
52
Identificeer paddenstoelen stap voor stap met behulp van binaire sleutels.
0 commit comments