Add message history to frontend

This commit is contained in:
Thomas Nordquist
2019-01-12 20:25:52 +01:00
parent 6fbf04cd00
commit a677fb7a0c
10 changed files with 233 additions and 101 deletions

View File

@@ -30,5 +30,5 @@ ReactDOM.render(
<App name="" />
</Provider>
</MuiThemeProvider>,
document.getElementById('example'),
document.getElementById('app'),
)