Files
nirvana/packages/web/pages/index.tsx
T

4 lines
66 B
TypeScript

export default function Landing() {
return <span>haha</span>;
}