import React from 'react'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faGoogle, faGithub } from '@fortawesome/free-brands-svg-icons'; function Signup() { return (

Create your account

Start spending more time on your own table.

); } export default Signup;