Add TopMenu component and page specific content
This commit is contained in:
@ -6,7 +6,7 @@ class MainArea extends Component {
|
||||
render() {
|
||||
return (
|
||||
<main>
|
||||
<div id="topSection" />
|
||||
{this.props.children}
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user