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

@@ -17,7 +17,7 @@ export default function DashboardLayout({
{/* Shared Navbar */}
<Navbar />
{/* The active page content renders here */}
<main className="flex-1 pl-68 bg-[#071321]">
{children}
</main>