1
0
Fork 0

chore: Example of new i18n structure in component

This commit is contained in:
joostdecock 2023-01-12 19:11:35 +01:00
parent f4bc6f355c
commit 9d6cd13614
4 changed files with 30 additions and 7 deletions

View file

@ -1,6 +1,6 @@
import { useRouter } from 'next/router'
import Header from 'site/components/header'
import Footer from 'site/components/footer'
import { Footer } from 'site/components/footer/index.js'
import Search from 'site/components/search'
const LayoutWrapper = ({ app, children = [], footer, search, setSearch, noSearch = false }) => {