Building Owner and Property Manager Screens are added
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user