1
0
Fork 0
panel/app/page.tsx

4 lines
63 B
TypeScript

export default function Home() {
return <main>helo</main>;
}