diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-04 15:55:37 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-04 15:55:37 -0400 |
| commit | 14b8f0acb52cfe6eca4d74a583562939d3aa7a1a (patch) | |
| tree | 97cc04a3237659c6087225a581b5781803c18024 /client/src/lib/app/index.js | |
| parent | 4aeaefd41b48a042ae2a1d03ca9a7d77608c8069 (diff) | |
safari timeline
Diffstat (limited to 'client/src/lib/app/index.js')
| -rw-r--r-- | client/src/lib/app/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/lib/app/index.js b/client/src/lib/app/index.js index d6e8e61..53e16f4 100644 --- a/client/src/lib/app/index.js +++ b/client/src/lib/app/index.js @@ -106,6 +106,7 @@ class App extends Component { )}/> <Route path='/information' render={(props) => ( <Information + essays={this.state.db.essay} content={this.state.db.about} onLinkPress={this.onLinkPress} {...props} |
