diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-04 16:37:19 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-04 16:37:19 +0200 |
| commit | e973412b5ea29685f4fa260d8eb44baae095fb81 (patch) | |
| tree | 0e859ab0541187ed769e654663730834b998f3d1 /animism-align/frontend/api | |
| parent | 3e1c6f81bbdad758b8756955fce82da49a564611 (diff) | |
rename timestamp to annotation
Diffstat (limited to 'animism-align/frontend/api')
| -rw-r--r-- | animism-align/frontend/api/index.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/animism-align/frontend/api/index.js b/animism-align/frontend/api/index.js index 96c4e5c..05f6b8b 100644 --- a/animism-align/frontend/api/index.js +++ b/animism-align/frontend/api/index.js @@ -15,9 +15,3 @@ so you can do ... */ export { util } - -export const actions = [ - 'paragraph', - 'timestamp', - 'upload', -].reduce((a,b) => (a[b] = crud_actions(b)) && a, {}) |
