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:
parent
b195e910c6
commit
2cbad1a610
@ -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.
|
||||
|
||||
```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';
|
||||
|
||||
/* eslint-disable-next-line */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user