import VoteUI from "@/app/_components/VoteUI"; import { Suspense } from "react"; export const runtime = "edge"; export const preferredRegion = ["pdx1"]; export const dynamic = "force-dynamic"; export const revalidate = 0; export const fetchCache = "force-no-store"; export default async function Room() { return (
); }