summaryrefslogtreecommitdiff
path: root/frontend/views/graph/components/graph.editor.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-09 17:57:29 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-09 17:57:29 +0200
commit8a90618f30faa2955c395cc5d6c989259270a95b (patch)
treef7a67bc1ff22bf5320ff607fa278c3a5285825c8 /frontend/views/graph/components/graph.editor.js
parent21f3c84ee5340699d2cb8e9045d256c1924e3791 (diff)
history import
Diffstat (limited to 'frontend/views/graph/components/graph.editor.js')
-rw-r--r--frontend/views/graph/components/graph.editor.js1
1 files changed, 0 insertions, 1 deletions
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'