import React from 'react' import CameraScreen from './camera' export function App(): React.ReactElement | null { return }