chore(Footer): move to $lib/components

This commit is contained in:
mei (ckie) 2024-10-25 01:30:09 +03:00
parent 7619e48d75
commit d3ba4573c9
Signed by: ckie
GPG key ID: 13E79449C0525215
2 changed files with 1 additions and 1 deletions

View file

@ -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();