summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-01 18:34:00 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-01 18:34:00 +0200
commit288694ae9a61c59dba91e2357fa7785d95a51341 (patch)
treeb20e1984ac881fa194fd26b19cfa8ee483ed000e /frontend
parent1a7370c19a7eed6a5f0f48e270092f9b3caebbc1 (diff)
forms
Diffstat (limited to 'frontend')
-rw-r--r--frontend/types.js4
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', [])