'use client'; export default function PortalLayout({ children }: { children: React.ReactNode }) { return (
FiberOps Subscriber Portal
{children}
); }