summaryrefslogtreecommitdiff
path: root/frontend/site/types.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/types.js')
-rw-r--r--frontend/site/types.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/frontend/site/types.js b/frontend/site/types.js
deleted file mode 100644
index 8388eff..0000000
--- a/frontend/site/types.js
+++ /dev/null
@@ -1,11 +0,0 @@
-import { with_type, crud_type } from '../api/crud.types'
-
-export const site = with_type('site', [
- 'set_site_title', 'loading', 'loaded', 'error',
-])
-
-export const system = with_type('system', [
- 'load_site',
-])
-
-export const init = '@@INIT'