import React from 'react' export default function ProtectedLayout({ children, }: { children: React.ReactNode }) { return (