fix: update footer imports

This commit is contained in:
afn
2023-06-06 08:36:37 -04:00
parent 889e1b543d
commit 897d27ebe1
4 changed files with 14 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
import type { LayoutData } from './$types';
import DocsNavTree from './DocsNavTree.svelte';
import Footer from '$layout/Footer.svelte';
import Footer from '$layout/Footer/FooterHost.svelte';
export let data: LayoutData;
</script>