1 2 3 4 5
export {default as AuthProvider} from './authentication'; export * from './authentication'; export * from './onboarding'; export * from './profile'; export {default} from './Routes';