Setup Dashboard Page
This commit is contained in:
parent
0f480af1f0
commit
f38867598e
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>);
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user