CharityBunyon / Create-Beauty

0 stars 0 forks source link

Add Routing #17

Closed CharityBunyon closed 4 years ago

CharityBunyon commented 4 years ago

Story

AC

WHEN the page loads the user should be on the Auth page AND when the user types in the paths manually they'll be able to check to see if the routing is working

Dev Notes

<Public Route path path ="/auth" expact component = {Auth} authed={authed}/> <Public Route path path ="/" expact component = {Looks} authed={authed}/> <Public Route path path ="/Looks/:lookId" expact component = {LookExpanded} authed={authed}/>