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