diff --git a/app.js b/app.js
index bbb610c..aab2115 100644
--- a/app.js
+++ b/app.js
@@ -1,6 +1,3 @@
-import { pitchsets } from "./src/harmonyUtil.js";
-import { extractPitchset } from "./src/vector_logic/extractPitchset.js";
-
// initialize four synth voices
const soprano = new Tone.Synth().toDestination();
const alto = new Tone.Synth().toDestination();
diff --git a/index.html b/index.html
index 3a9dfbe..09e22de 100644
--- a/index.html
+++ b/index.html
@@ -124,10 +124,5 @@
-
-
-
-
-