bam/app/page.tsx

4 lines
58 B
TypeScript

export default function Home() {
return "helloworld";
}