const { path } = useRouteMatch();
The above path is / if we\'re at the root, and /match if we\'re not. Notice the
path
/
/match