From 8792e9fe1c7ab76c35f9a18d866880ba3da2c13e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 15 Mar 2021 19:09:37 +0100 Subject: move frontend site folder. add video support --- frontend/site/types.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontend/site/types.js (limited to 'frontend/site/types.js') diff --git a/frontend/site/types.js b/frontend/site/types.js new file mode 100644 index 0000000..23bed98 --- /dev/null +++ b/frontend/site/types.js @@ -0,0 +1,11 @@ +import { with_type, crud_type } from 'app/api/crud.types' + +export const site = with_type('site', [ + 'set_site_title', 'loading', 'loaded', 'error', +]) + +export const system = with_type('system', [ + 'load_site', +]) + +export const init = '@@INIT' -- cgit v1.2.3-70-g09d2