From c6f359d4ea67beb26c097a44790f4e2d46756836 Mon Sep 17 00:00:00 2001 From: qtchaos <72168435+qtchaos@users.noreply.github.com> Date: Sat, 6 Jan 2024 19:31:05 +0200 Subject: [PATCH] Remove unused import in MediaSession.ts --- src/components/player/internals/MediaSession.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/internals/MediaSession.ts b/src/components/player/internals/MediaSession.ts index 7290217c..6c325aed 100644 --- a/src/components/player/internals/MediaSession.ts +++ b/src/components/player/internals/MediaSession.ts @@ -1,4 +1,4 @@ -import { useCallback, useEffect, useMemo, useRef } from "react"; +import { useCallback, useEffect, useRef } from "react"; import { usePlayerStore } from "@/stores/player/store";