From 0890fdd951d021308550a0db2e7b6f2593512957 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 30 May 2020 17:27:04 +0200 Subject: initial site copied in --- frontend/types.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontend/types.js (limited to 'frontend/types.js') diff --git a/frontend/types.js b/frontend/types.js new file mode 100644 index 0000000..3dcfae7 --- /dev/null +++ b/frontend/types.js @@ -0,0 +1,11 @@ +import { with_type, crud_type } from './api/crud.types' + +export const collection = crud_type('collection', []) + +export const upload = crud_type('upload', []) + +export const system = with_type('system', [ + 'load_site', +]) + +export const init = '@@INIT' -- cgit v1.2.3-70-g09d2