remove unused @ts-expect-error
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
import PublicGames from "@/components/home/PublicGames/PublicGames";
|
|
||||||
import JoinGame from "@/components/home/JoinGame";
|
|
||||||
import CreateGame from "@/components/home/CreateGame";
|
import CreateGame from "@/components/home/CreateGame";
|
||||||
|
import JoinGame from "@/components/home/JoinGame";
|
||||||
|
import PublicGames from "@/components/home/PublicGames/PublicGames";
|
||||||
|
|
||||||
export const revalidate = 0;
|
export const revalidate = 0;
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<div className="flex w-full flex-wrap items-center justify-center gap-8 px-4 py-10 lg:gap-16 ">
|
<div className="flex w-full flex-wrap items-center justify-center gap-8 px-4 py-10 lg:gap-16 ">
|
||||||
{/* @ts-expect-error Server Component */}
|
|
||||||
<PublicGames />
|
<PublicGames />
|
||||||
|
|
||||||
<div className="flex flex-col items-center gap-4">
|
<div className="flex flex-col items-center gap-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user