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.
First of all, great use of React Router to create routes!
I would recommend adding a different directory for your routes, ie
src/routeswhereHomeandGamewould live.This directory is where top level routes would live and then the
src/componentsdirectory is where components that are used across multiple routes would live.