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/views/auth/auth.gate.js | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 animism-align/frontend/app/views/auth/auth.gate.js (limited to 'animism-align/frontend/app/views/auth/auth.gate.js') diff --git a/animism-align/frontend/app/views/auth/auth.gate.js b/animism-align/frontend/app/views/auth/auth.gate.js new file mode 100644 index 0000000..498d32a --- /dev/null +++ b/animism-align/frontend/app/views/auth/auth.gate.js @@ -0,0 +1,29 @@ +import React, { Component } from 'react' + +import './auth.css' + +import actions from 'app/actions' + +import AuthLogin from './auth.login' + +export default class AuthGate extends Component { + constructor(props) { + super(props) + } + + componentDidMount() { + // actions.site.loadProject() + } + + componentDidUpdate() { + + } + + render() { + return ( +
+ +
+ ) + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2