1
0
Fork 0
freesewing/packages/new-design/shared/pages/_app.mjs

7 lines
217 B
JavaScript
Raw Normal View History

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