import React from 'react'; import { Link } from 'react-router-dom'; import { Form, FormGroup, Input, Button, Label, EmptyLayout, ThemeConsumer } from './../../../components'; import { HeaderAuth } from "../../components/Pages/HeaderAuth"; import { FooterAuth } from "../../components/Pages/FooterAuth"; const LockScreen = () => ( { /* START Header */} { /* END Header */} { /* START Form */}
{ ({ color }) => ( ) }
{ /* END Form */} { /* START Bottom Links */}
Sign as Diffrent User Back to Home
{ /* END Bottom Links */} { /* START Footer */} { /* END Footer */}
); export default LockScreen;