fix: build error

This commit is contained in:
gofnnp 2023-10-11 01:45:49 +04:00
parent 7ce001cc8f
commit 8860ca943f

View File

@ -11,7 +11,6 @@ import { useNavigate } from "react-router-dom";
import routes from "@/routes";
import { APNG } from "apng-js";
import Player from "apng-js/types/library/player";
import { EPathsFromHome } from "@/store/siteConfig";
let apngPlayer: Player | null = null;