"use server"; import React from "react"; const BuildChildComponent = () => { return ( <>

Building Management

Building page content goes here

More content goes here

Building page content goes here

More content goes here

Building page content goes here

More content goes here

Even more content goes here

); }; export default BuildChildComponent;