diff --git a/sports-matcher/client/src/pages/Dashboard.js b/sports-matcher/client/src/pages/Dashboard.js new file mode 100644 index 0000000..c0af309 --- /dev/null +++ b/sports-matcher/client/src/pages/Dashboard.js @@ -0,0 +1,11 @@ +import React from "react"; +// import { apiClient } from "../utils/httpClients"; + +export default class Dashboard extends React.Component{ + constructor(props) { + super(props); + } + render() { + return(

Dashboard

); + } +} \ No newline at end of file