summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/types.js
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/app/types.js')
-rw-r--r--animism-align/frontend/app/types.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/app/types.js b/animism-align/frontend/app/types.js
index e1015d2..943527c 100644
--- a/animism-align/frontend/app/types.js
+++ b/animism-align/frontend/app/types.js
@@ -1,6 +1,7 @@
import { with_type, crud_type } from 'app/api/crud.types'
export const api = crud_type('api', [])
+export const auth = crud_type('auth', [])
export const upload = crud_type('upload', [])
export const media = crud_type('media', [])