diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-16 14:27:15 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-16 14:27:15 +0100 |
| commit | 77489cf313dd47122b9be80f6d49caf513a9e03c (patch) | |
| tree | 3a6f1a79c8108e5552bc40205afb05cbb161324d /animism-align/frontend/site/types.js | |
| parent | 879528d965250cc1ae94672df73f633909522f60 (diff) | |
no need for types
Diffstat (limited to 'animism-align/frontend/site/types.js')
| -rw-r--r-- | animism-align/frontend/site/types.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/animism-align/frontend/site/types.js b/animism-align/frontend/site/types.js deleted file mode 100644 index 23bed98..0000000 --- a/animism-align/frontend/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' |
