const ClerkLayout = ({ children }: { children: React.ReactNode }) => { return (
{children}
); }; export default ClerkLayout;