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,
}
|