mirror of
https://github.com/aljazceru/hypergolic.git
synced 2026-01-25 08:14:30 +01:00
problem: no starting point
This commit is contained in:
8
src/routes/+layout.svelte
Normal file
8
src/routes/+layout.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
import '../app.css';
|
||||
import { ModeWatcher } from 'mode-watcher';
|
||||
</script>
|
||||
<ModeWatcher />
|
||||
<slot></slot>
|
||||
|
||||
<style></style>
|
||||
5
src/routes/+page.svelte
Normal file
5
src/routes/+page.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import Sidebar from "../layouts/Sidebar.svelte";
|
||||
|
||||
</script>
|
||||
<Sidebar />
|
||||
Reference in New Issue
Block a user