aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordubdub2022-10-22 22:03:35 -0400
committerdubdub2022-10-22 22:03:35 -0400
commit135c9972762d02a9754ad56ab93d2202a3238e21 (patch)
treef24813212df2ef119b7f18ae1335585f1abc0ffd
parentd9679f3dd0932bccfab7d618211500b7f99eee98 (diff)
@dhruvv we installed Ubuntu on the 2W PCHEADmaster
-rw-r--r--src/App.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.js b/src/App.js
index 808506e..9b9c648 100644
--- a/src/App.js
+++ b/src/App.js
@@ -5,8 +5,8 @@ import 'react-piano/dist/styles.css';
function App() {
- const firstNote = MidiNumbers.fromNote('a2');
- const lastNote = MidiNumbers.fromNote('f5');
+ const firstNote = MidiNumbers.fromNote('a2');
+ const lastNote = MidiNumbers.fromNote('f5')
const keyboardShortcuts = KeyboardShortcuts.create({
firstNote: firstNote,
lastNote: lastNote,