import { Outlet } from "@remix-run/react"; import { Recycle, Leaf } from "lucide-react"; export default function AuthPengelolaLayout() { return (
{/* Background Pattern */}
{/* Header */}

WasteFlow

Pengelola Portal

{/* Main Content */}
{/* Footer */}
); }