import PublicGames from "@/components/home/PublicGames"; import JoinGame from "@/components/home/JoinGame"; import CreateGame from "@/components/home/CreateGame"; export default function Home() { return (

Join from invite

or

Create game

); }