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