diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 02:49:46 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 02:49:46 +0200 |
| commit | e05904f2e992ce3184952a8e569d9c28d85d68de (patch) | |
| tree | 50c4af17d282384be4cc34a0adfc6dc823fc3261 /app/client/live/actions.js | |
| parent | 135fde231646f8f8838cdf16ddb0bc3ad2e94d3a (diff) | |
basic css for form elements
Diffstat (limited to 'app/client/live/actions.js')
| -rw-r--r-- | app/client/live/actions.js | 10 |
1 files changed, 10 insertions, 0 deletions
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, +// } +// } |
