import React from 'react'; import InvoiceScreen from './screens/InvoiceScreen'; const App = () => <InvoiceScreen />; export default App;