mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 13:32:08 +07:00
update home
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: Home
|
||||||
|
---
|
||||||
|
|
||||||
import { useRouter } from 'next/router'
|
import { useRouter } from 'next/router'
|
||||||
import { LandingPage } from '../components/LandingPage'
|
import { LandingPage } from '../components/LandingPage'
|
||||||
|
|
||||||
export const Index = () => {
|
<LandingPage/>
|
||||||
const { locale } = useRouter()
|
|
||||||
return <LandingPage locale={locale} />
|
|
||||||
}
|
|
||||||
|
|
||||||
<Index />
|
|
||||||
|
|||||||
Reference in New Issue
Block a user