chore(Footer): move to $lib/components
This commit is contained in:
parent
7619e48d75
commit
d3ba4573c9
|
@ -1,7 +1,7 @@
|
|||
<script lang="ts">
|
||||
import { page } from "$app/stores";
|
||||
import "../main.css";
|
||||
import Footer from "./Footer.svelte";
|
||||
import Footer from "$lib/components/Footer.svelte";
|
||||
import Nav from "$lib/components/Nav.svelte";
|
||||
|
||||
let { children } = $props();
|
||||
|
|
Loading…
Reference in a new issue