Building Owner and Property Manager Screens are added

This commit is contained in:
2026-07-16 18:09:03 +05:30
parent 104f8f7abf
commit 3222da96ab
22 changed files with 516 additions and 140 deletions

View File

@@ -1,7 +1,10 @@
import Image from "next/image";
import OverViewDashboardPage from "./dashboard/overview/buildingOwner/page";
export default function Home() {
return (
<div>heelo</div>
<div>
<OverViewDashboardPage/>
</div>
);
}