refactor(#35): move nav components

This commit is contained in:
OllyNicholass
2024-10-24 00:38:26 +01:00
parent 3a5e961d54
commit 08a6f6d7cc
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
import { general } from '$lib/stores/generalStore.js';
import { invalidate } from '$app/navigation';
import CookieConsent from '$lib/components/CookieConsent.svelte';
import Nav from '$lib/components/Nav.svelte';
import Nav from '$lib/components/navigation/Nav.svelte';
import { slide } from 'svelte/transition';
import { cubicInOut } from 'svelte/easing';