mirror of
https://github.com/Snouzy/workout-cool.git
synced 2026-05-19 14:40:35 +00:00
8 lines
194 B
TypeScript
8 lines
194 B
TypeScript
export default async function OnboardingPage() {
|
|
return (
|
|
<main className="bg-muted flex min-h-screen flex-col items-center justify-center">
|
|
<div>Onboarding</div>
|
|
</main>
|
|
);
|
|
}
|