Setup Dashboard Page
This commit is contained in:
11
sports-matcher/client/src/pages/Dashboard.js
Normal file
11
sports-matcher/client/src/pages/Dashboard.js
Normal file
@@ -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(<h1>Dashboard</h1>);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user