Skip to content
Snippets Groups Projects
Verified Commit 7f121f10 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Contain user login component

parent e396164f
Branches
No related tags found
2 merge requests!11Basic implementation of login page,!9Docz installation
import React from 'react';
import Container from '@material-ui/core/Container';
import { LoginForm } from './LoginForm/LoginForm';
export const AuthUser: React.FC = () => (
<Container maxWidth="sm">
<LoginForm />
</Container>
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment