Start of profile page.
This commit is contained in:
14
sports-matcher/client/src/pages/Profile.js
Normal file
14
sports-matcher/client/src/pages/Profile.js
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
import React from "react";
|
||||||
|
import { Container } from "react-bootstrap";
|
||||||
|
|
||||||
|
export default class Profile extends React.Component {
|
||||||
|
render() {
|
||||||
|
return (
|
||||||
|
<div className="page-root">
|
||||||
|
<Container>
|
||||||
|
|
||||||
|
</Container>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user