Skip to content

Commit

Permalink
chore(build): remove @jsx directive
Browse files Browse the repository at this point in the history
  • Loading branch information
tannineo committed Sep 19, 2023
1 parent 9836eb2 commit 95eca9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MetronomeExtraPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { actionSetVolume, p$volume } from '../store/volume'
import { useEffect } from 'react'
import { changeVolume } from '../sounds'

/** @jsx react-jsx */
const MetronomeExtraPanel = () => {
const volume = useStore(p$volume)

Expand Down

0 comments on commit 95eca9a

Please sign in to comment.