import { type FC } from 'hono/jsx' const Layout: FC = ({ children, title }) => {title ?? 'hype'}
{children}
export default Layout