mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 05:25:38 +07:00
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
---
|
|
title: Home
|
|
---
|
|
|
|
import { useRouter } from 'next/router'
|
|
import { LandingPage } from '../components/LandingPage'
|
|
|
|
<LandingPage/>
|