import OfficeInfo from "./views/OfficeInfo"; const Office = () => { return (
); }; export default Office;