summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/player/components.fullscreen/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-08 16:05:54 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-08 16:05:54 +0200
commit0a6a7fb9b49a2180a68f6c96815ebd9b7f6b5ab7 (patch)
tree09d112663ca6e6b8255b58fec64522b2b6888c8d /animism-align/frontend/app/views/viewer/player/components.fullscreen/index.js
parent064e8652dc4fae7167e3cd34a6fbe6b36e6239d1 (diff)
section 2 carousel
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/components.fullscreen/index.js')
-rw-r--r--animism-align/frontend/app/views/viewer/player/components.fullscreen/index.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/animism-align/frontend/app/views/viewer/player/components.fullscreen/index.js b/animism-align/frontend/app/views/viewer/player/components.fullscreen/index.js
index 538632f..25fbc83 100644
--- a/animism-align/frontend/app/views/viewer/player/components.fullscreen/index.js
+++ b/animism-align/frontend/app/views/viewer/player/components.fullscreen/index.js
@@ -9,7 +9,9 @@ import {
} from './fullscreen.video'
import {
- FullscreenVitrine
+ FullscreenVitrine,
+ FullscreenGallery,
+ FullscreenCarousel
} from './fullscreen.gallery'
import {
@@ -20,6 +22,7 @@ export const fullscreenComponents = {
curtain: React.memo(FullscreenCurtain),
video: React.memo(FullscreenVideo),
image: React.memo(FullscreenImage),
- // gallery: React.memo(FullscreenGallery),
+ gallery: React.memo(FullscreenGallery),
+ carousel: React.memo(FullscreenCarousel),
vitrine: React.memo(FullscreenVitrine),
}