diff options
| author | lens <lens@neural.garden> | 2021-03-23 21:10:11 +0000 |
|---|---|---|
| committer | lens <lens@neural.garden> | 2021-03-23 21:10:11 +0000 |
| commit | cc1d0c52e104245f9f1c0d77eb24a5a33800be38 (patch) | |
| tree | 02d8483dfe47803525b926a43c582dcfbf61c5db /frontend/site/types.js | |
| parent | 81c673f058fda04b96baae7b2302f876479bc0a9 (diff) | |
| parent | 7a3ec205e001e4c071a67ecc5c375612fa72afdc (diff) | |
Merge branch 'master' of asdf.us:swimmer
Diffstat (limited to 'frontend/site/types.js')
| -rw-r--r-- | frontend/site/types.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/site/types.js b/frontend/site/types.js new file mode 100644 index 0000000..4ab897f --- /dev/null +++ b/frontend/site/types.js @@ -0,0 +1,11 @@ +import { with_type } from 'app/api/crud.types' + +export const site = with_type('site', [ + 'set_site_title', 'loading', 'loaded', 'error', 'interact' +]) + +export const system = with_type('system', [ + 'load_site', +]) + +export const init = '@@INIT' |
