Skip to content

Commit

Permalink
Remove an unnecessary import statement in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Jan 25, 2024
1 parent 542335f commit 62eef95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Yet another [JSX](https://facebook.github.io/jsx/) pragma for [Snabbdom](https:/
## Example

```tsx
import { jsx } from '@herp-inc/snabbdom-jsx';

const vnode = (
<div id="container" className="two classes" onclick={someFn}>
<span $style={{ fontWeight: 'bold' }}>This is bold</span> and this is just normal text
Expand Down

0 comments on commit 62eef95

Please sign in to comment.