Skip to content

Commit fcb20db

Browse files
committed
fix lint this time?
1 parent 0543432 commit fcb20db

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/** @type {import('./$types').PageLoad} */
21
export async function load() {
32
return { msg: 'server load data' };
43
}

packages/kit/test/apps/basics/src/routes/load/window-fetch/patching-server-load-ii/+page.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<script>
2-
/** @type {import('./$types').PageData} */
32
export let data;
43
</script>
54

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/** @type {import('./$types').PageLoad} */
21
export async function load() {
32
return { msg: 'server load data' };
43
}

0 commit comments

Comments
 (0)