import React from "react"; import Iframe from "@app/components/iframe/Iframe"; import { usePlatformFrameUrl, PlatformFrameUrlOptions } from "@app/components/platform-frame/usePlatformFrameUrl"; const PlatformFrame: React.FC = (options) => { const iframeURL = usePlatformFrameUrl(options); return