Files

8 lines
133 B
TypeScript

export default function AdminPage() {
return (
<section className="container">
<h1>Admin Page</h1>
</section>
);
}