import { isPWA } from "@/lib/client/utils"; import React, { useState } from "react"; import { Trans } from "next-i18next"; type Props = {}; const InstallApp = (props: Props) => { const [isOpen, setIsOpen] = useState(true); return isOpen && !isPWA() ? (