2021-12-11 14:04:05 +01:00
|
|
|
import 'shared/styles/globals.css'
|
2022-05-20 15:34:08 +02:00
|
|
|
import { appWithTranslation } from 'next-i18next'
|
2021-12-10 09:56:19 +01:00
|
|
|
|
2021-12-10 10:30:15 +01:00
|
|
|
const FreeSewingDev = ({ Component, pageProps }) => <Component {...pageProps} />
|
2021-12-10 09:56:19 +01:00
|
|
|
|
2022-05-20 15:34:08 +02:00
|
|
|
export default appWithTranslation(FreeSewingDev)
|