import Onboarding from './components/screens/onboarding/onboarding.js';
export function App() {
return (
<div>
<Onboarding />
</div>
);
}