Skip to content

Commit fe5db26

Browse files
author
Marcus Nygren
authored
docs: add missing import (#173)
1 parent e350963 commit fe5db26

File tree

1 file changed

+1
-0
lines changed
  • content/tutorial/02-sveltekit/04-forms/03-form-validation

1 file changed

+1
-0
lines changed

content/tutorial/02-sveltekit/04-forms/03-form-validation/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ It would be much better to stay on the same page and provide an indication of wh
5656
```js
5757
/// file: src/routes/+page.server.js
5858
+++import { fail } from '@sveltejs/kit';+++
59+
import * as db from '$lib/server/database.js';
5960

6061
export function load({ cookies }) {...}
6162

0 commit comments

Comments
 (0)