Skip to content

Commit

Permalink
fix midi import
Browse files Browse the repository at this point in the history
  • Loading branch information
aolsenjazz committed Jan 13, 2024
1 parent c3a40e0 commit f313357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/port-service/port-manager.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PortInfo } from '@shared/port-info';
import { getDiff } from '@shared/util';
import { Input, Output } from 'midi';
import { Input, Output } from '@julusian/midi';

import { PortInfoPair } from './port-info-pair';

Expand Down

0 comments on commit f313357

Please sign in to comment.