import React from 'react'; import { BackboneHost } from './BackboneHost'; export const StandaloneRegistration = (): JSX.Element => { return ( ); };