summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js
blob: 1411efcb1beed4fd55fbde0fd86ee266dcb05808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import {
  AnnotationFormVideo,
} from './annotationForm.video'

import {
  AnnotationFormImage,
} from './annotationForm.image'

export {
  AnnotationFormImage,
  AnnotationFormVideo,
}