diff options
Diffstat (limited to 'frontend/views/graph/components/page.handle.js')
| -rw-r--r-- | frontend/views/graph/components/page.handle.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/views/graph/components/page.handle.js b/frontend/views/graph/components/page.handle.js index a0251bf..06acc63 100644 --- a/frontend/views/graph/components/page.handle.js +++ b/frontend/views/graph/components/page.handle.js @@ -1,6 +1,8 @@ import React, { Component } from 'react' import { Link } from 'react-router-dom' +import { history } from '../../../store' + export default class PageHandle extends Component { constructor(props){ super(props) |
