1
0
Fork 0
freesewing/packages/freesewing.lab/pages/_app.js
2022-02-06 19:16:49 +01: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)