Skip to content

Commit

Permalink
example update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Apr 29, 2024
1 parent 8ba4bfa commit 5b27c53
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 @@ -38,8 +38,8 @@ export default {
Example component file:

```jsx
import { type SVGProps } from "react"
import spriteHref from "~/path/sprite.svg"
import type { SVGProps } from "react"
import type { IconName } from "~/path/types.ts"

export function Icon({
Expand Down

0 comments on commit 5b27c53

Please sign in to comment.