feat(dev): Added next-i18next to dev site
This commit is contained in:
parent
48c58c73b8
commit
89a489bb9f
10 changed files with 68 additions and 114 deletions
|
@ -1,5 +1,6 @@
|
|||
import 'shared/styles/globals.css'
|
||||
import { appWithTranslation } from 'next-i18next'
|
||||
|
||||
const FreeSewingDev = ({ Component, pageProps }) => <Component {...pageProps} />
|
||||
|
||||
export default FreeSewingDev
|
||||
export default appWithTranslation(FreeSewingDev)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue