summaryrefslogtreecommitdiff
path: root/frontend/app/site/types.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-15 19:09:37 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-15 19:09:37 +0100
commit8792e9fe1c7ab76c35f9a18d866880ba3da2c13e (patch)
treefbdc78484f654ec344d10814cb83987c873d4360 /frontend/app/site/types.js
parent7c15f34186622410e25ee85c01d832e48e012140 (diff)
move frontend site folder. add video support
Diffstat (limited to 'frontend/app/site/types.js')
-rw-r--r--frontend/app/site/types.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/frontend/app/site/types.js b/frontend/app/site/types.js
deleted file mode 100644
index 23bed98..0000000
--- a/frontend/app/site/types.js
+++ /dev/null
@@ -1,11 +0,0 @@
-import { with_type, crud_type } from 'app/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'