This commit is contained in:
2025-10-13 20:48:35 +03:00
Unverified
parent 198ed49c80
commit bcf445916c
12 changed files with 225 additions and 300 deletions
@@ -1,5 +1,5 @@
import { Navigate } from "react-router-dom";
import { MINIMUM_WIDTH } from "../config";
import { MINIMUM_WIDTH } from "@/core/config";
import useWindowSize from "./useWindowSize";
export default function useDownloadAppScreen() {