"use client"; import { FC } from "react"; import { OpenSearchWrapper } from "@link-stack/leafcutter-ui"; export const Home: FC = () => ( );