diff --git a/final/client/src/index.tsx b/final/client/src/index.tsx index eb7f67ea8..f36d1e328 100644 --- a/final/client/src/index.tsx +++ b/final/client/src/index.tsx @@ -39,7 +39,7 @@ const client: ApolloClient = new ApolloClient({ * - We wrap the whole app with ApolloProvider, so any component in the app can * make GraphqL requests. Our provider needs the client we created above, * so we pass it as a prop - * - We need a router, so we can navigate the app. We're using Reach router for this. + * - We need a router, so we can navigate the app. We're using React router for this. * The router chooses between which component to render, depending on the url path. * ex: localhost:3000/login will render only the `Login` component */