diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-27 17:03:30 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-27 17:03:30 +0200 |
| commit | d192242065ee35ca922c1433a5ea5eb83422261c (patch) | |
| tree | 4fccba2be155d85efd58e7b41cee9cc705ea2955 /animism-align/frontend/app.js | |
| parent | 9beb386885dabad504235e446e7b301829c04265 (diff) | |
building...
Diffstat (limited to 'animism-align/frontend/app.js')
| -rw-r--r-- | animism-align/frontend/app.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/animism-align/frontend/app.js b/animism-align/frontend/app.js index 1ce80c2..7c68c61 100644 --- a/animism-align/frontend/app.js +++ b/animism-align/frontend/app.js @@ -2,7 +2,7 @@ import React, { Component } from 'react' import { ConnectedRouter } from 'connected-react-router' import { Route } from 'react-router' -// import actions from './actions' +import actions from './actions' import * as views from './views' @@ -17,6 +17,8 @@ const viewList = Object.keys(views).map(name => { export default class App extends Component { componentDidMount() { + actions.site.loadText() + actions.site.loadPeaks() } render() { return ( |
