nxtgauge-frontend-solid/src/routes/index.tsx

5 lines
120 B
TypeScript

import PublicLanding from '~/components/PublicLanding';
export default function Home() {
return <PublicLanding />;
}