import React from 'react' import { MobileWebAppContainer } from './MobileWebAppContainer' const AppComponent: React.FC = () => { return } export const MobileWebApp = () => { return }