import { PropsWithChildren } from '@kitajs/html'; export function Layout({ children }: PropsWithChildren) { return ( <> {''} KitaJS {children} ); }