Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Update 003-navigating-your-app.svx #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/003-navigating-your-app.svx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Let's extract the common wrapping element out of `src/routes/index.svelte`...
</p>
</Infobox>

This should be familiar to Sapper users: `_layout.svelte` was just renamed to `$layout.svelte`. This means that the underscore prefix is finally consistent across all your routes; they'll be treated as private, ignored items.
This should be familiar to Sapper users: `_layout.svelte` was just renamed to `__layout.svelte`. This means that the underscore prefix is finally consistent across all your routes; they'll be treated as private, ignored items.

This all works without needing to write any JavaScript!

Expand Down