bradtraversy / lead_manager_react_django

Full stack app with React, Redux & Django
592 stars 316 forks source link

Unable to get Header component to show. #24

Closed dlauck92 closed 4 years ago

dlauck92 commented 4 years ago

Currently following the tutorial (https://www.youtube.com/watch?v=GieYIzvdt2U&t=1500s) and am implementing the Header component. I copied a header from bootstrap, added it to the Header.js, imported it into App.js and replaced the h1 tags with the header tag. Ran npm run dev but the page isn't reflecting the changes. Has anyone run into this?