diff options
| author | netop://ウィビ <paul@webb.page> | 2026-07-23 14:05:13 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-07-23 14:05:13 -0700 |
| commit | 0946abd0bc866ca1f0c073eb45e8e2c7822e4e44 (patch) | |
| tree | 5f74327da499a274af36691cf739265b82b846d6 /src/routes | |
| parent | cc0677961c237748017fb5946455390af3a50ab6 (diff) | |
| download | homepage-0946abd0bc866ca1f0c073eb45e8e2c7822e4e44.tar.gz homepage-0946abd0bc866ca1f0c073eb45e8e2c7822e4e44.zip | |
updates deps and svelte config
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/+layout.svelte | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index be635e8..5b4df0c 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -8,6 +8,7 @@ //// var const scrollControl = createScrollPreventer(); + let { children } = $props(); //// function function horizontalScroll(event: WheelEvent): void { @@ -125,7 +126,7 @@ </style> <div> - <slot></slot> + {@render children()} </div> <aside> |