Files
ytdlp-segment-downloader/src/app/page.tsx
Kilo Code Cloud dbb067fbab Initial commit
2026-01-14 18:43:10 +00:00

10 lines
281 B
TypeScript

export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center justify-center p-8">
<p className="text-lg text-gray-600 dark:text-gray-400">
Please wait while we&apos;re working on your request.
</p>
</main>
);
}