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