diff options
Diffstat (limited to 'animism-align/frontend/app/views/paragraph/components/paragraph.list.js')
| -rw-r--r-- | animism-align/frontend/app/views/paragraph/components/paragraph.list.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/animism-align/frontend/app/views/paragraph/components/paragraph.list.js b/animism-align/frontend/app/views/paragraph/components/paragraph.list.js index 1b8a0ac..ae92f78 100644 --- a/animism-align/frontend/app/views/paragraph/components/paragraph.list.js +++ b/animism-align/frontend/app/views/paragraph/components/paragraph.list.js @@ -6,11 +6,7 @@ import { connect } from 'react-redux' import { floatLT, floatLTE } from 'app/utils' import actions from 'app/actions' import ParagraphForm from '../components/paragraph.form' - -const MEDIA_TYPES = new Set([ - 'image', 'gallery', 'vitrine', - 'video', -]) +import { MEDIA_TYPES } from 'app/constants' class ParagraphList extends Component { state = { |
