diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-17 18:52:24 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-17 18:52:24 +0200 |
| commit | 4bb72b9f6d2a56fc6bd67f4248fcabfcc8166493 (patch) | |
| tree | 55874ddef076c2b608844388fc40deedf8da55d0 /animism-align/frontend/views/paragraph/containers/paragraphList.container.js | |
| parent | d579a10ba169d6e95e8ea8a9d7f2821fe89bca1f (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.js | 2 |
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)) |
