Skip to content

Commit

Permalink
Remove unused import in VideoJS component
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddybiovlsi committed Mar 19, 2024
1 parent ece69a5 commit aaf4467
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/VideoJS.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import BtnBootstrap from "./BtnBootstrap";
import videojs from "video.js";
import "video.js/dist/video-js.css";
import "./videoqa.css";
import { useLocation } from "react-router-dom";

export const VideoJS = (props) => {
const videoRef = useRef(null);
Expand Down

0 comments on commit aaf4467

Please sign in to comment.