From 8a90618f30faa2955c395cc5d6c989259270a95b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 9 Jun 2020 17:57:29 +0200 Subject: history import --- frontend/views/graph/components/graph.editor.js | 1 - frontend/views/graph/components/page.handle.js | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/views/graph/components/graph.editor.js b/frontend/views/graph/components/graph.editor.js index d11ecb1..3be0063 100644 --- a/frontend/views/graph/components/graph.editor.js +++ b/frontend/views/graph/components/graph.editor.js @@ -3,7 +3,6 @@ import { Route, Link } from 'react-router-dom' import { bindActionCreators } from 'redux' import { connect } from 'react-redux' -import { history } from '../../../store' import { session } from '../../../session' import actions from '../../../actions' import * as graphActions from '../graph.actions' 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) -- cgit v1.2.3-70-g09d2