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/types.js | |
| parent | 541e23df31ed3e9f1d1c5fe02962efbb3d6c2c8f (diff) | |
stub episode form and index
Diffstat (limited to 'animism-align/frontend/app/types.js')
| -rw-r--r-- | animism-align/frontend/app/types.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/app/types.js b/animism-align/frontend/app/types.js index 2088128..5aae947 100644 --- a/animism-align/frontend/app/types.js +++ b/animism-align/frontend/app/types.js @@ -7,6 +7,7 @@ export const media = crud_type('media', []) export const peaks = crud_type('peaks', []) export const text = crud_type('text', []) export const annotation = crud_type('annotation', []) +export const episode = crud_type('episode', []) export const paragraph = crud_type('paragraph', [ 'update_transcript', ]) |
