refactor: separate top bar component
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { page } from "$app/state";
|
||||
import Footer from "$lib/components/kit/layout/Footer.svelte";
|
||||
import TopBar from "$lib/components/kit/TopBar.svelte";
|
||||
import TopBar from "$lib/components/kit/layout/TopBar.svelte";
|
||||
import type { Snippet } from "svelte";
|
||||
import "../../preview.css";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user