We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180c045 commit 0a86f2aCopy full SHA for 0a86f2a
sites/kit.svelte.dev/src/routes/search/+page.svelte
@@ -1,7 +1,7 @@
1
<script>
2
import { SearchResults } from '@sveltejs/site-kit/search';
3
4
- /** @type {import('./$types').Data} */
+ /** @type {import('./$types').PageData} */
5
export let data;
6
</script>
7
0 commit comments