mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🎨 Design improvements
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
import { ModeWatcher } from "mode-watcher";
|
||||
import Sidebar from "@/components/layout/sidebar.svelte";
|
||||
import ViewTransitions from "@/components/viewTransitions.svelte";
|
||||
import Sonner from "@/components/ui/sonner/sonner.svelte";
|
||||
|
||||
// SSR Data:
|
||||
let { data, children }: LayoutProps = $props();
|
||||
@@ -18,6 +19,7 @@
|
||||
|
||||
<ModeWatcher />
|
||||
<ViewTransitions />
|
||||
<Sonner />
|
||||
<Header githubStars={data?.stars} />
|
||||
<Sidebar>
|
||||
{@render children?.()}
|
||||
|
||||
Reference in New Issue
Block a user