5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import PublicLanding from '~/components/PublicLanding';
|
|
|
|
export default function Home() {
|
|
return <PublicLanding />;
|
|
}
|