From 0907418ce2c6ca498b02e8e514e4945d79750467 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 5 Mar 2021 19:10:55 +0100 Subject: adding login view --- animism-align/frontend/app/types.js | 1 + 1 file changed, 1 insertion(+) (limited to 'animism-align/frontend/app/types.js') 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', []) -- cgit v1.2.3-70-g09d2