summaryrefslogtreecommitdiff
path: root/frontend/site/types.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-02 15:54:30 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-02 15:54:30 +0200
commita5edc770771479532f6e4af08e71b242744625d2 (patch)
tree1445a098f8e5615d864f9006812b54c4db8f311b /frontend/site/types.js
parent353334c69f52a49c92618bb673dd11c506c383cd (diff)
mitigating some weird nav issues and FOUC
Diffstat (limited to 'frontend/site/types.js')
-rw-r--r--frontend/site/types.js7
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'