Skip to content

Commit

Permalink
Merge pull request #1 from ghoullier/patch-1
Browse files Browse the repository at this point in the history
chore: add missing `react` import README.md
  • Loading branch information
arcanis committed Mar 26, 2024
2 parents 77acd0f + 0e3b2c6 commit 508c583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ run({}, async screen => {
</td><td>

```tsx
import {
useState
} from 'react'
import {
render,
} from 'terminosaurus/react';
Expand Down

0 comments on commit 508c583

Please sign in to comment.