2022-01-02 17:16:15 +01:00
|
|
|
import 'shared/styles/globals.css'
|
2022-05-21 19:26:43 +02:00
|
|
|
import { appWithTranslation } from 'next-i18next'
|
2022-01-02 17:16:15 +01:00
|
|
|
|
2022-05-21 19:26:43 +02:00
|
|
|
const FreeSewingOrg = ({ Component, pageProps }) => <Component {...pageProps} />
|
2022-01-02 17:16:15 +01:00
|
|
|
|
2022-05-21 19:26:43 +02:00
|
|
|
export default appWithTranslation(FreeSewingOrg)
|