From 288694ae9a61c59dba91e2357fa7785d95a51341 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 1 Jun 2020 18:34:00 +0200 Subject: forms --- frontend/types.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'frontend/types.js') 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', []) -- cgit v1.2.3-70-g09d2