summaryrefslogtreecommitdiff
path: root/animism-align/frontend/views/paragraph/containers/paragraphList.container.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-17 18:52:24 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-17 18:52:24 +0200
commit4bb72b9f6d2a56fc6bd67f4248fcabfcc8166493 (patch)
tree55874ddef076c2b608844388fc40deedf8da55d0 /animism-align/frontend/views/paragraph/containers/paragraphList.container.js
parentd579a10ba169d6e95e8ea8a9d7f2821fe89bca1f (diff)
refactor annotation and paragraph types
Diffstat (limited to 'animism-align/frontend/views/paragraph/containers/paragraphList.container.js')
-rw-r--r--animism-align/frontend/views/paragraph/containers/paragraphList.container.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/views/paragraph/containers/paragraphList.container.js b/animism-align/frontend/views/paragraph/containers/paragraphList.container.js
index fc1a687..deeb347 100644
--- a/animism-align/frontend/views/paragraph/containers/paragraphList.container.js
+++ b/animism-align/frontend/views/paragraph/containers/paragraphList.container.js
@@ -4,7 +4,7 @@ import { bindActionCreators } from 'redux'
import { connect } from 'react-redux'
import actions from '../../../actions'
-import { ParagraphElementLookup } from '../components/paragraph.types'
+import { ParagraphElementLookup } from '../components/paragraphTypes'
const floatLT = (a,b) => ((a*10|0) < (b*10|0))
const floatLTE = (a,b) => ((a*10|0) === (b*10|0) || floatLT(a,b))