mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
10 lines
209 B
TypeScript
10 lines
209 B
TypeScript
export default function IndexRoute() {
|
|
return (
|
|
<main className="w-full h-screen">
|
|
<div className="h-screen grid place-content-center">
|
|
<h1 className="">Coming soon...</h1>
|
|
</div>
|
|
</main>
|
|
);
|
|
}
|