chore(dashboard): fix sidebar nav typing

This commit is contained in:
Ben Allfree 2024-06-05 18:30:13 -07:00
parent 26b9a3fc2f
commit c0147a889a

View File

@ -1,6 +1,6 @@
<script lang="ts">
import { page } from '$app/stores'
import { MouseEventHandler } from 'svelte/elements'
import type { MouseEventHandler } from 'svelte/elements'
export let url: string = ''
export let icon: string = ''