Skip to content

Commit 98fbedc

Browse files
authored
chore: rm empty sveltekit pages from JSDoc instructions (#10068)
1 parent 6b80991 commit 98fbedc

File tree

1 file changed

+0
-7
lines changed
  • packages/frameworks-sveltekit/src/lib

1 file changed

+0
-7
lines changed

packages/frameworks-sveltekit/src/lib/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,11 @@
9797
* import type { Actions } from "./$types"
9898
* export const actions: Actions = { default: signIn }
9999
* ```
100-
* ```ts title="src/routes/signin/+page.svelte"
101-
* <!-- empty file -->
102-
* ```
103100
* ```ts title="src/routes/signout/+page.server.ts"
104101
* import { signOut } from "../../auth"
105102
* import type { Actions } from "./$types"
106103
* export const actions: Actions = { default: signOut }
107104
* ```
108-
* ```ts title="src/routes/signout/+page.svelte"
109-
* <!-- empty file -->
110-
* ```
111-
*
112105
*
113106
* ## Managing the session
114107
*

0 commit comments

Comments
 (0)