diff --git a/app/(main)/ClientComponents/Global.tsx b/app/(main)/ClientComponents/Global.tsx index e257f4b..1982db0 100644 --- a/app/(main)/ClientComponents/Global.tsx +++ b/app/(main)/ClientComponents/Global.tsx @@ -20,10 +20,6 @@ export default async function ServerGlobal() { } }); - countrytList.push("TW"); - countrytList.push("SG"); - countrytList.push("RU"); - const width = 900; const height = 500;