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-10-21 17:41:10 +0200
committerJules Laplace <julescarbon@gmail.com>2020-10-21 17:41:10 +0200
commit3b0adaf902920a06efc141df58abd0368bd724b6 (patch)
treef1e65fc75db4a153f4f81578bb0e23bf113354e0 /animism-align/frontend/app/views/viewer/player/components.fullscreen/index.js
parent4f10f2a47aa89421ae4631609f84e53891710e4c (diff)
fullscreen text
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.js5
1 files changed, 5 insertions, 0 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 4f0b38b..0ac69c5 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
@@ -16,6 +16,10 @@ import {
FullscreenCurtain
} from './fullscreen.utility'
+import {
+ FullscreenTextPlate
+} from './fullscreen.text'
+
export const fullscreenComponents = {
curtain: React.memo(FullscreenCurtain),
video: React.memo(FullscreenVideo),
@@ -23,4 +27,5 @@ export const fullscreenComponents = {
gallery: React.memo(FullscreenGallery),
carousel: React.memo(FullscreenCarousel),
vitrine: React.memo(FullscreenVitrine),
+ text_plate: React.memo(FullscreenTextPlate),
}