From e05904f2e992ce3184952a8e569d9c28d85d68de Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 21 May 2018 02:49:46 +0200 Subject: basic css for form elements --- app/client/live/actions.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/client/live/actions.js (limited to 'app/client/live/actions.js') diff --git a/app/client/live/actions.js b/app/client/live/actions.js new file mode 100644 index 0000000..30a25ff --- /dev/null +++ b/app/client/live/actions.js @@ -0,0 +1,10 @@ +import socket from '../socket' + +export const loadOptFromServer = (opt) => ({ + type: 'LIVE_LOAD_OPT_FROM_SERVER', opt, +}) +// export const updateOptFromServer = (key, value) => { +// return { +// type: 'LIVE_LOAD_OPT_FROM_SERVER', opt, +// } +// } -- cgit v1.2.3-70-g09d2