problem: layout and menu structure are repetative

This commit is contained in:
gsovereignty
2024-06-29 17:46:40 +08:00
parent dfffc8ca35
commit 146ab00d3d
8 changed files with 187 additions and 200 deletions

View File

@@ -2,8 +2,10 @@
import { RocketSolid } from 'svelte-awesome-icons';
import '../app.css';
import { ModeWatcher } from 'mode-watcher';
import SidePanelLayout from '../layouts/SidePanelLayout.svelte';
</script>
<ModeWatcher />
<slot></slot>
<SidePanelLayout>
<div slot="content"><slot></slot></div>
</SidePanelLayout>
<style></style>