import type { FC } from 'hono/jsx'; export const Layout: FC = (props) => ( Welcome to RSSHub! {props.children} );