import type { FC } from '@hono/hono/jsx'; export const Layout: FC = (props) => { return ( Introduction to Artificial General Intelligence {props.children} ); };