mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 16:55:55 +00:00
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
import ComingSoon from "@/components/coming-soon";
|
|
|
|
export default function Home() {
|
|
return <ComingSoon />;
|
|
}
|