From 3fb522534cff61576ac58ae466a2752585b8c44e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 1 Jun 2020 19:45:15 +0200 Subject: setting up the database... --- frontend/types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/types.js') diff --git a/frontend/types.js b/frontend/types.js index 2e948f4..cf48b67 100644 --- a/frontend/types.js +++ b/frontend/types.js @@ -1,9 +1,9 @@ import { with_type, crud_type } from './api/crud.types' +export const api = crud_type('api', []) export const graph = crud_type('graph', []) export const page = crud_type('page', []) export const tile = crud_type('tile', []) - export const upload = crud_type('upload', []) export const system = with_type('system', [ -- cgit v1.2.3-70-g09d2