diff --git a/docs/tutorials/essentials/part-6-performance-normalization.md b/docs/tutorials/essentials/part-6-performance-normalization.md index 8599736c92..1c10020dcb 100644 --- a/docs/tutorials/essentials/part-6-performance-normalization.md +++ b/docs/tutorials/essentials/part-6-performance-normalization.md @@ -137,11 +137,11 @@ As we've seen before, we can take data from one `useSelector` call, or from prop As usual, we will add routes for these components in ``: ```tsx title="App.tsx" - - + } /> + } /> // highlight-start - - + } /> + } /> // highlight-end ```