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/align/components/annotations/annotationForms/index.js | |
| parent | d579a10ba169d6e95e8ea8a9d7f2821fe89bca1f (diff) | |
refactor annotation and paragraph types
Diffstat (limited to 'animism-align/frontend/views/align/components/annotations/annotationForms/index.js')
| -rw-r--r-- | animism-align/frontend/views/align/components/annotations/annotationForms/index.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/animism-align/frontend/views/align/components/annotations/annotationForms/index.js b/animism-align/frontend/views/align/components/annotations/annotationForms/index.js new file mode 100644 index 0000000..1411efc --- /dev/null +++ b/animism-align/frontend/views/align/components/annotations/annotationForms/index.js @@ -0,0 +1,12 @@ +import { + AnnotationFormVideo, +} from './annotationForm.video' + +import { + AnnotationFormImage, +} from './annotationForm.image' + +export { + AnnotationFormImage, + AnnotationFormVideo, +} |
