mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 10:56:17 +00:00
9 lines
160 B
TypeScript
9 lines
160 B
TypeScript
export default function HomePage() {
|
|
return (
|
|
<main>
|
|
<h1>youtube-client</h1>
|
|
<p>Operator dashboard under construction.</p>
|
|
</main>
|
|
);
|
|
}
|