Skip to content

Commit 3e10f22

Browse files
authored
Update file name App.svelte -> +page.svelte (sveltejs#380)
1 parent 1b6ac6a commit 3e10f22

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-sveltekit/06-forms/05-customizing-use-enhance

1 file changed

+1
-1
lines changed

content/tutorial/03-sveltekit/06-forms/05-customizing-use-enhance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ When we create or delete items, it now takes a full second before the UI updates
6767
We can then show a message while we're saving data:
6868

6969
```svelte
70-
/// file: App.svelte
70+
/// file: src/routes/+page.svelte
7171
<ul class="todos">
7272
<!-- ... -->
7373
</ul>

0 commit comments

Comments
 (0)