diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-01 18:34:00 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-01 18:34:00 +0200 |
| commit | 288694ae9a61c59dba91e2357fa7785d95a51341 (patch) | |
| tree | b20e1984ac881fa194fd26b19cfa8ee483ed000e /frontend | |
| parent | 1a7370c19a7eed6a5f0f48e270092f9b3caebbc1 (diff) | |
forms
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/types.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/types.js b/frontend/types.js index 3dcfae7..2e948f4 100644 --- a/frontend/types.js +++ b/frontend/types.js @@ -1,6 +1,8 @@ import { with_type, crud_type } from './api/crud.types' -export const collection = crud_type('collection', []) +export const graph = crud_type('graph', []) +export const page = crud_type('page', []) +export const tile = crud_type('tile', []) export const upload = crud_type('upload', []) |
