"use client"; import BuildingOwnerPortal from "@/components/dashboard/buildingOwner"; export default function OverViewDashboardPage() { return (
); }