Closed NatsGt closed 3 years ago
This won't work properly. You can't go to welcome after login
Instead if you revert the commit and change the contents Home Component to this
import React from 'react'; import { BrowserRouter as Router, Route, Switch, Redirect } from 'react-router-dom'; export const Home = () => <Redirect to='/welcome' />
or /profile
@NatsGt Build fail. Remove the Home.test
Description
Set welcome page to the home route "/"
Fixes #273
How to test?
npm run dev http://localhost:3000/
Checklist