Skip to content

Commit

Permalink
Update ChordTextInput.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
COChara authored Nov 21, 2023
1 parent 487439c commit f3c84cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/test/components/ChordTextInput.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ReactElement, useRef, useState } from 'react';
import React, { ReactElement, useRef, useState } from 'react';
import { useHUD } from '../../../hooks/useHUD';
import usePopover from '../../../hooks/usePopover';
import { useStoreActions, useStoreState } from '../../../store/store';
Expand Down

0 comments on commit f3c84cd

Please sign in to comment.