1
0
Fork 0
panel/app/panel/page.tsx

4 lines
87 B
TypeScript

export default function Home() {
return <main>this is the admin panel ever</main>;
}