Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Aug 3, 2024
1 parent 3e3629a commit 6b49db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/viewers/video-viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import React from "react";
import { ReactSVG } from "react-svg";
import { Maximize } from "lucide-react";
import { cn } from "@nextui-org/theme";
import { CircularProgress } from "@nextui-org/progress";

import PlayerProgress from "../player-progress";

Expand All @@ -12,7 +13,6 @@ import Viewer, { ViewerProps } from ".";
import PlayIcon from "@/styles/icons/play.svg";
import PauseIcon from "@/styles/icons/pause.svg";
import { emitter } from "@/lib/emitter";
import { CircularProgress } from "@nextui-org/progress";

interface VideoViewerProps extends ViewerProps {}

Expand Down

0 comments on commit 6b49db9

Please sign in to comment.