Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
deuch13 committed May 17, 2024
1 parent 0bd9b23 commit b03b0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/src/lib/components/navbar/Navbar.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
import { createEventDispatcher, tick } from "svelte";
import { mdiClose, mdiMenu } from "@mdi/js";
import { beforeNavigate, afterNavigate } from "$app/navigation";
import { afterNavigate } from "$app/navigation";
import { Button, NavList, Select } from "$lib/dusk/components";
import { AppAnchor, AppImage, SearchNotification } from "$lib/components";
Expand Down

0 comments on commit b03b0d9

Please sign in to comment.