import { ProfileLayout } from 'components' export default function Layout({ children }) { return ( <> {children} ) }