Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Nov 7, 2022
1 parent ce357ad commit c7d8e41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/app/components/Normalizer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
DEALINGS IN THE SOFTWARE.
*/

import { pluginFactory, Plugin } from 'react-hifi';
import { pluginFactory } from 'react-hifi';
import { Plugin } from 'react-hifi/dist/types/plugins/Plugin';

export interface NormalizerProps {
/** url of stream that is played */
Expand Down

0 comments on commit c7d8e41

Please sign in to comment.