Skip to content

Commit

Permalink
Update react.md (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg2tor committed Nov 1, 2022
1 parent 92a3d3b commit f55ac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recipes/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ To use CSS modules, create a file with the `.module.css` extension, and import i
{% samplefile "Button.js" %}

```jsx/0,4
import * as classes './Button.module.css';
import * as classes from './Button.module.css';
export function Button({ children }) {
return (
Expand Down

1 comment on commit f55ac10

@vercel
Copy link

@vercel vercel bot commented on f55ac10 Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.