Skip to content

Commit 171da15

Browse files
committed
fix
1 parent 7704005 commit 171da15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/site-kit/src/lib/search/SearchResults.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Renders a list of search results
44
<script lang="ts">
55
import SearchResultList from './SearchResultList.svelte';
66
import type { Snippet } from 'svelte';
7-
import type { Tree } from './types';
7+
import type { BlockGroup } from './types';
88
99
interface Props {
10-
results: Tree[];
10+
results: BlockGroup[];
1111
query: string;
1212
onselect?: (href: string) => void;
1313
children?: Snippet;

0 commit comments

Comments
 (0)