import { Component } from "react"; class DashboardPage extends Component { render() { return

Hello, this is the dashboard.

; } } export default DashboardPage;