Skip to content

Commit

Permalink
[MOD] Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Dec 12, 2022
1 parent 86c7e26 commit 3b6e07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useNTS.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createContext, useCallback, useContext, useEffect, useReducer, useState } from 'react'
import { defaultControls, defaultValues, sysex, verifyValues } from "../config/synth";
import { defaultControls, defaultValues, sysex } from "../config/synth";

import { useMidi } from './useMidi';

Expand Down

0 comments on commit 3b6e07d

Please sign in to comment.