mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-18 05:54:21 +01:00
problem: layout and menu structure are repetative
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user