Contact Page Finally Implemented

This commit is contained in:
2018-07-08 20:49:09 +10:00
parent 07ba3bd671
commit 95dbba839f
10 changed files with 403 additions and 125 deletions

View File

@ -42,7 +42,7 @@ class Homepage extends React.Component {
testModal() {
console.log("oof");
this.props.openModal(
<Modal>
<Modal close>
Hello Modal
</Modal>
);