Files
flurry/src/app/lesson/page.tsx
2023-12-04 23:52:49 -06:00

8 lines
148 B
TypeScript

export default async function Lesson() {
return (
<main className="">
<h1 className="text-2xl font-bold">Lesson</h1>
</main>
);
}