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
1 changed files with 1 additions and 1 deletions

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";