1
0
Fork 0
freesewing/packages/new-design/shared/pages/_app.mjs
2022-10-06 14:15:13 +02:00

6 lines
217 B
JavaScript

import 'shared/styles/globals.css'
import { appWithTranslation } from 'next-i18next'
const FreeSewingLab = ({ Component, pageProps }) => <Component {...pageProps} />
export default appWithTranslation(FreeSewingLab)