diff --git a/src/components/ChordsList.tsx b/src/components/ChordsList.tsx index 30b6aa0..8c4c061 100644 --- a/src/components/ChordsList.tsx +++ b/src/components/ChordsList.tsx @@ -1,5 +1,4 @@ import { Chord } from '../config'; -import { chordToString } from '../services/chordService'; export const ChordsList = ({ chords, @@ -18,7 +17,7 @@ export const ChordsList = ({ className="flex flex-col md:flex-row md:gap-7 text-[35px] md:text-[75px] mb-6 font-bold cursor-pointer select-none" > {chords.map((chord: Chord, index: number) => ( -