Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored Feb 28, 2024
1 parent a6652c1 commit 9603ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ mistcss src/components/Button.mist.css
Now, you can import your React component.

```tsx
import { Button } from '.components/Button.mist.css.tsx'
import { Button } from '.components/Button.mist.css'

export default function App() {
return (
Expand Down

0 comments on commit 9603ec5

Please sign in to comment.