diff --git a/src/utils/detectFeatures.ts b/src/utils/detectFeatures.ts index 082ec07d..f67c2207 100644 --- a/src/utils/detectFeatures.ts +++ b/src/utils/detectFeatures.ts @@ -1,6 +1,5 @@ import { detect } from "detect-browser"; import fscreen from "fscreen"; -import Hls from "hls.js"; export const isSafari = /^((?!chrome|android).)*safari/i.test( navigator.userAgent,