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