UNPKG

@nadeshikon/plugin-nextjs

Version:
8 lines (5 loc) 183 B
import { appWithTranslation } from 'next-i18next' function MyApp({ Component, pageProps }) { return <Component {...pageProps} /> } export default appWithTranslation(MyApp)