mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-18 05:54:21 +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>
|
||||
Reference in New Issue
Block a user