From 770d89f3539878c8fc7146355df4f0a70755b29e Mon Sep 17 00:00:00 2001 From: Lumi Pakkanen Date: Mon, 15 Apr 2024 22:10:00 +0300 Subject: [PATCH] Run the formatter and remove an unused import --- src/views/MidiView.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/MidiView.vue b/src/views/MidiView.vue index 2cb1a7ca..8dc55aed 100644 --- a/src/views/MidiView.vue +++ b/src/views/MidiView.vue @@ -4,7 +4,6 @@ import { Input, Output, WebMidi, type NoteMessageEvent, type MessageEvent } from import MidiPiano from '@/components/MidiPiano.vue' import { useMidiStore } from '@/stores/midi' import { useScaleStore } from '@/stores/scale' -import { divNodes } from 'sonic-weave' const props = defineProps<{ midiInputChannels: Set @@ -168,7 +167,7 @@ onUnmounted(() => {
- + {
- +