import React from 'react' const BackToBuildingComponent = ({ onClick }) => (
Back to building
) export default BackToBuildingComponent