import { PropsWithChildren } from 'react' export const AppLayout = ({ children }: PropsWithChildren<{}>) => { return
{children}
}