Skip to content

Commit

Permalink
🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 committed Sep 29, 2023
1 parent 9a356e6 commit eca2bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-react/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function App() {
value: "wheel" | "hover" | "move" | "click"
}[]
>([
{ name: "Wheel", href: "#", current: false, value: "wheel" },
{ name: "Hover", href: "#", current: true, value: "hover" },
{ name: "Wheel", href: "#", current: true, value: "wheel" },
{ name: "Hover", href: "#", current: false, value: "hover" },
{ name: "Move", href: "#", current: false, value: "move" },
{ name: "Click", href: "#", current: false, value: "click" },
])
Expand Down

0 comments on commit eca2bec

Please sign in to comment.