summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/building/BuildingSidebarComponent.js
blob: 6c2556d350b14bbbfb777cdbe168382b2abe4925 (plain)
1
2
3
4
5
6
7
8
import React from 'react'
import NewRoomConstructionContainer from './NewRoomConstructionContainer'

const BuildingSidebarComponent = () => {
    return <NewRoomConstructionContainer />
}

export default BuildingSidebarComponent