Skip to content

Commit

Permalink
Drop unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwiles committed Jan 14, 2022
1 parent 39c480d commit 92ad48c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/WebMidi.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script>
import { onMount } from "svelte";
import { clamp } from "../lib/utils";
import { notify } from "../ui-components/Notification.svelte";
import { midiInputs, midiOutputs } from "../stores";
export let startNote;
Expand Down

0 comments on commit 92ad48c

Please sign in to comment.