Skip to content

Commit 0a86f2a

Browse files
committed
fix type usage
1 parent 180c045 commit 0a86f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/kit.svelte.dev/src/routes/search/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script>
22
import { SearchResults } from '@sveltejs/site-kit/search';
33
4-
/** @type {import('./$types').Data} */
4+
/** @type {import('./$types').PageData} */
55
export let data;
66
</script>
77

0 commit comments

Comments
 (0)