diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-01 19:45:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-01 19:45:15 +0200 |
| commit | 3fb522534cff61576ac58ae466a2752585b8c44e (patch) | |
| tree | befac10b20e0c07e7e3fa32e77fc1429e8708e53 /frontend/types.js | |
| parent | 288694ae9a61c59dba91e2357fa7785d95a51341 (diff) | |
setting up the database...
Diffstat (limited to 'frontend/types.js')
| -rw-r--r-- | frontend/types.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', [ |
