import { Typography } from "@/components/ui/typography";

export default function SupplierDashboard(){
    return <Typography as="h1" variant="h1">Supplier Dashboard</Typography>
}
