6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import { PilotLandingPage } from '@/components/pilot/PilotLandingPage'
|
|
|
|
export default function PilotPage() {
|
|
return <PilotLandingPage />
|
|
}
|