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
First of all, great use of React Router to create routes!
I would recommend adding a different directory for your routes, ie src/routes where Home and Game would live.
This directory is where top level routes would live and then the src/components directory is where components that are used across multiple routes would live.
The text was updated successfully, but these errors were encountered:
First of all, great use of React Router to create routes!
I would recommend adding a different directory for your routes, ie
src/routes
whereHome
andGame
would live.This directory is where top level routes would live and then the
src/components
directory is where components that are used across multiple routes would live.The text was updated successfully, but these errors were encountered: