chore: Example of new i18n structure in component
This commit is contained in:
parent
f4bc6f355c
commit
9d6cd13614
4 changed files with 30 additions and 7 deletions
|
@ -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 }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue