2022-01-22 17:55:03 +01:00
|
|
|
import 'shared/styles/globals.css'
|
2022-02-06 19:16:49 +01:00
|
|
|
import { appWithTranslation } from 'next-i18next'
|
2022-01-22 17:55:03 +01:00
|
|
|
|
|
|
|
const FreeSewingLab = ({ Component, pageProps }) => <Component {...pageProps} />
|
|
|
|
|
2022-02-06 19:16:49 +01:00
|
|
|
export default appWithTranslation(FreeSewingLab)
|