Skip to content
Snippets Groups Projects

Add basic button for loginpage

Merged Defendi Alberto requested to merge api-login into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
import React, { FC } from 'react';
import React, { FC } from 'react';
 
import Button from '@material-ui/core/Button';
 
import { Link } from 'react-router-dom';
export const LandingPage: FC = () => (
export const LandingPage: FC = () => (
<>
<>
 
<Button variant="contained">
 
<Link to="/auth">Login</Link>
 
</Button>
<section>
<section>
<h2>What is MoveAid?</h2>
<h2>What is MoveAid?</h2>
Loading