mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-14 19:43:55 +00:00
refactor(#35): move nav components
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user