Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
GizmoTjaz committed Aug 4, 2021
1 parent 3f8089c commit 085b516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/lyrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { convertTimestampToSeconds, http } from "@utils/essentials";

// Types
import { Lyrics } from "@typings/show";
import { ParsedLyrics, Line } from "@typings/lyrics";
import { ParsedLyrics } from "@typings/lyrics";

export async function formatLyrics (lyrics: Lyrics): Promise<ParsedLyrics> {

Expand Down

0 comments on commit 085b516

Please sign in to comment.