1
0
Fork 0
freesewing/sites/lab/pages/_app.js

7 lines
217 B
JavaScript
Raw Normal View History

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