You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit unhappy how we are using nav and footer, because I have to keep using those components in every file. This should somehow be in a parent component that passes down all the other components with footer and nav
The text was updated successfully, but these errors were encountered:
I have changed the implementation of the navbar and footer in the App.tsx so you no longer need to import anything for the components for the navbar and footer to appear. See my latest PR.
I'm a bit unhappy how we are using nav and footer, because I have to keep using those components in every file. This should somehow be in a parent component that passes down all the other components with footer and nav
The text was updated successfully, but these errors were encountered: