Start of profile page.
This commit is contained in:
parent
5948ed561c
commit
88c0de660e
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>
|
||||
);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user