diff options
Diffstat (limited to 'frontend/site/types.js')
| -rw-r--r-- | frontend/site/types.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/frontend/site/types.js b/frontend/site/types.js index 4ab897f..a83febe 100644 --- a/frontend/site/types.js +++ b/frontend/site/types.js @@ -1,11 +1,8 @@ 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', + 'set_site_title', 'loading', 'loaded', 'error', + 'load_site', 'interact', ]) export const init = '@@INIT' |
