summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/player/components.media/index.js
blob: 742d71934960fc95d781e1e3dbbdf34fcdca7c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
import React from 'react'

import {
  MediaCitation
} from './media.citation'

import {
  Vitrine
} from './media.vitrine'

import {
  Gallery
} from './media.gallery'

import Carousel from './media.carousel'
import VideoScrubber from './video.scrubber'
import VideoSubtitles from './video.subtitles'

import {
  Grid
} from './media.grid'

export {
  MediaCitation,
  Vitrine,
  Gallery,
  Carousel,
  Grid,
  VideoScrubber,
  VideoSubtitles,
}