Skip to content

Commit

Permalink
chore(player): Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Sep 8, 2024
1 parent 8048e14 commit f01fb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hlsjs/lib/ui/components/Controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { SqButton } from "./SqButton";
import { useSettings } from "../hooks/useSettings";
import { TimeStat } from "./TimeStat";
import { useTime } from "../hooks/useTime";
import { useState } from "react";
import type { HlsState, HlsFacade } from "../../main";
import { useEffect, useState } from "react";

type ControlsProps = {
facade: HlsFacade;
Expand Down

0 comments on commit f01fb73

Please sign in to comment.