Implemented /auth/error path

This commit is contained in:
Jori Lallo
2016-08-28 10:59:34 -07:00
parent e4e5f900ee
commit 4ba98c9dcf
4 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
import ErrorAuth from './ErrorAuth';
export default ErrorAuth;