6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
import LandingPage from '@/components/landing/LandingPage'
|
|
|
|
export default function Home() {
|
|
return <LandingPage />
|
|
}
|