Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 30, 2024
1 parent d1b2927 commit bb24cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PlayList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import React from "react";
import "./PlayingVideo.css"
import playIcon from "./images/play.svg";

import "./PlayingList.css"
import "./PlayList.css"

interface PlayListProps {
playingTitle: string;
Expand Down

0 comments on commit bb24cc7

Please sign in to comment.