mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
fix: remove unused import
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import { IsLoggedIn } from '$lib/components';
|
||||
import { GITHUB_STARS } from '$lib/constants';
|
||||
import type { NavLink } from '$lib/layouts/Main.svelte';
|
||||
import { loggedIn } from '$lib/utils/console';
|
||||
|
||||
export let open = false;
|
||||
export let links: NavLink[];
|
||||
|
||||
Reference in New Issue
Block a user