diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-06 17:10:15 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-06 17:10:15 +0100 |
| commit | b5ceb782f40fc1e402d1e58bc1ced2e4038fd787 (patch) | |
| tree | 33c5e0f9fb50456e58f726d7d584c0699903105d /animism-align/frontend/app/types.js | |
| parent | 9acd74cf1c09a03f832869988c7d14597b26e4c7 (diff) | |
adding project CRUD editor
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 d4d701a..5f625d1 100644 --- a/animism-align/frontend/app/types.js +++ b/animism-align/frontend/app/types.js @@ -7,6 +7,7 @@ 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 project = crud_type('project', []) export const venue = crud_type('venue', []) export const user = crud_type('user', []) export const paragraph = crud_type('paragraph', [ |
