docs(misc): update react-standalone.md

update the file path in the doc from `modules/products/src/lib/product-list.tsx` to `modules/products/src/lib/product-list/product-list.tsx`.
This commit is contained in:
Aaron Chen 2023-07-02 16:54:45 +08:00 committed by Juri Strumpflohner
parent b195e910c6
commit 2cbad1a610

View File

@ -434,7 +434,7 @@ nx g @nx/react:component product-list --project=modules-products
We don't need to implement anything fancy as we just want to learn how to import it into our main React application. We don't need to implement anything fancy as we just want to learn how to import it into our main React application.
```tsx {% fileName="modules/products/src/lib/product-list.tsx" %} ```tsx {% fileName="modules/products/src/lib/product-list/product-list.tsx" %}
import styles from './product-list.module.css'; import styles from './product-list.module.css';
/* eslint-disable-next-line */ /* eslint-disable-next-line */