import { useState } from 'react'; import { Recycle, Leaf, Activity, Check, BarChart2, Plus } from "lucide-react"; import Button from "@/components/common/button"; import StatCard from "@/components/common/dashStatCard"; import InfoBanner from '@/components/common/infoBanner'; import { scheduleItems, wasteStreams } from '@/constants/constant'; export default function WasteESGPortal() { return (
Waste tracked by stream, recycling rates, collection scheduling and ESG reporting with vendor compliance.
| FREQUENCY | STREAM | VENDOR |
|---|---|---|
| {row.frequency} | {row.stream} | {row.vendor} |