Components

DashboardPage

<DashboardPage />

Constructor

# <DashboardPage />

This is the main page of the application. It displays all the Floor, Space and Things in a building. It receives the URL to the building from the HomePage and does fetches the data for that specific building. It can only be viewed by submitting the URL in the HomePage otherwise the url will be null and the page redirects to an ErrorPage instead.

View Source pages/DashboardPage.jsx, line 13

<DashboardPage />