import React from 'react'; export default function ProfileLayout({ children }) { return (
{children}
); }