import MaxWidthWrapper from "@/components/shared/max-width-wrapper"; interface ProtectedLayoutProps { children: React.ReactNode; } export default async function ChatLayout({ children }: ProtectedLayoutProps) { return (