diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-29 19:56:00 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-29 19:56:00 +0200 |
| commit | 29275c9c79b3ac27719f2b334b0c6d694f95ff8a (patch) | |
| tree | f0c705e77795df5284d1fef509963a7da74ee6c1 /animism-align/frontend/app/views/index.js | |
| parent | 541e23df31ed3e9f1d1c5fe02962efbb3d6c2c8f (diff) | |
stub episode form and index
Diffstat (limited to 'animism-align/frontend/app/views/index.js')
| -rw-r--r-- | animism-align/frontend/app/views/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/index.js b/animism-align/frontend/app/views/index.js index b561bb5..5cfd631 100644 --- a/animism-align/frontend/app/views/index.js +++ b/animism-align/frontend/app/views/index.js @@ -3,3 +3,4 @@ export { default as paragraph } from './paragraph/paragraph.container' export { default as upload } from './upload/upload.container' export { default as media } from './media/media.container' export { default as viewer } from './viewer/viewer.container' +export { default as episode } from './episode/episode.container' |
