diff --git a/app.ts b/app.ts
index c8b0f95..6bfcda9 100644
--- a/app.ts
+++ b/app.ts
@@ -1,6 +1,4 @@
import * as Tone from 'tone';
-import { pitchsets } from "./src/toneGeneration.js";
-import { extractPitchset } from './src/harmonyUtil.js';
// initialize four synth voices
const soprano = new Tone.Synth().toDestination();
diff --git a/index.html b/index.html
index 89ac1e5..bdfb6df 100644
--- a/index.html
+++ b/index.html
@@ -119,10 +119,5 @@
-
-
-
-
-