diff --git a/_chapters/create-a-settings-page.md b/_chapters/create-a-settings-page.md index e25e60410..fb7efd243 100644 --- a/_chapters/create-a-settings-page.md +++ b/_chapters/create-a-settings-page.md @@ -50,7 +50,7 @@ export default function Settings() { } ``` -{%change%} Next, add the following below the `/signup` route in our `` block in `src/Routes.js`. +{%change%} Next, add the following below the `/signup` route in our `` block in `src/Routes.tsx`. ```tsx } />