mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-02 16:37:39 +01:00
Remove unused import in MediaSession.ts
This commit is contained in:
parent
b952d0a4d0
commit
c6f359d4ea
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { useCallback, useEffect, useMemo, useRef } from "react";
|
import { useCallback, useEffect, useRef } from "react";
|
||||||
|
|
||||||
import { usePlayerStore } from "@/stores/player/store";
|
import { usePlayerStore } from "@/stores/player/store";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue