import { Search, config } from "../features/search"; /** * Home page for the search feature. Renders the drop-in `` against the * static `config.json` so the index route ("/") shows the full search * experience. This file overrides the base app's placeholder Home page when the * feature is applied. */ export default function Home() { return ; }