import { FormattedMessage } from "react-intl" import PlayStore from "../images/GetItOnGooglePlay_Badge_Web_color_English.png" import AppStore from "../images/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg" import Obtanium from "../images/badge_obtainium.png" import QrCode from "@/element/qr-code" export function DownloadAppPage() { const obtaniumLink = "https://github.com/nostrlabs-io/zap-stream-flutter" const playStoreLink = "https://play.google.com/store/apps/details?id=io.nostrlabs.zap_stream_flutter" const appStoreLink = "https://testflight.apple.com/join/5Qh7mfvU" return (

) }