import * as React from 'react'; import { buildingStyle } from './building.style'; const Building = () => { return ( ); }; export default Building;