diff --git a/src/components/layout/DownloadOverlay.tsx b/src/components/layout/DownloadOverlay.tsx index c4c2241..0038738 100644 --- a/src/components/layout/DownloadOverlay.tsx +++ b/src/components/layout/DownloadOverlay.tsx @@ -1,5 +1,6 @@ import { motion } from "framer-motion"; import { memo } from "react"; +import { ScreenshotImage } from "../common/ScreenshotImage"; import type { Edition } from "../../types/edition"; interface DownloadOverlayProps { @@ -33,12 +34,37 @@ export const DownloadOverlay = memo(function DownloadOverlay({ downloadProgress, return (