feat: remove typesense
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { ComponentChildren } from "preact";
|
||||
import Search from "@islands/Search.tsx";
|
||||
import { SearchResult } from "@lib/types.ts";
|
||||
import { GenericResource, SearchResult } from "@lib/types.ts";
|
||||
|
||||
export type Props = {
|
||||
children: ComponentChildren;
|
||||
@ -9,7 +9,7 @@ export type Props = {
|
||||
url: URL;
|
||||
description?: string;
|
||||
context?: { type: string };
|
||||
searchResults?: SearchResult;
|
||||
searchResults?: GenericResource[];
|
||||
};
|
||||
|
||||
export const MainLayout = (
|
||||
|
Reference in New Issue
Block a user