+
+ {children}
+
+
+ {/* eslint-disable-next-line @next/next/no-img-element */}
+

+
diff --git a/apps/dashboard/src/app/checkout/page.tsx b/apps/dashboard/src/app/checkout/page.tsx
index 62bfd302b72..8ed47472370 100644
--- a/apps/dashboard/src/app/checkout/page.tsx
+++ b/apps/dashboard/src/app/checkout/page.tsx
@@ -1,4 +1,3 @@
-import "../../global.css";
import { getThirdwebClient } from "@/constants/thirdweb.server";
import type { Metadata } from "next";
import { createThirdwebClient, defineChain, getContract } from "thirdweb";
@@ -71,27 +70,16 @@ export default async function RoutesPage({
};
return (
-