// @flow import * as React from "react"; type Props = {| +children?: React.Node, +imageURL?: string, |}; function StandaloneFormPage(props: Props): React.Node { return (