summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/player/components.media/index.js
blob: 04b7f03ced8cd7405cb882fe9bd47af4e6047cc8 (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
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 {
  Grid
} from './media.grid'

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