import * as React from "react" // markup const IndexPage = () => { return ( <> Dashboard ) } export default IndexPage