// Re-export the root component from the Next.js website // as the root component for the native React app. export { default } from './pages/index'