1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-21 14:47:41 +01:00

Remove unused import in MediaSession.ts

This commit is contained in:
qtchaos 2024-01-06 19:31:05 +02:00
parent b952d0a4d0
commit c6f359d4ea
No known key found for this signature in database
GPG key ID: 7DA98B2B9EF06A90

View file

@ -1,4 +1,4 @@
import { useCallback, useEffect, useMemo, useRef } from "react";
import { useCallback, useEffect, useRef } from "react";
import { usePlayerStore } from "@/stores/player/store";