diff --git a/packages/dashboard/src/pages/payments-square.js b/packages/dashboard/src/pages/payments-square.js
index a75f4cc1..b4541e71 100644
--- a/packages/dashboard/src/pages/payments-square.js
+++ b/packages/dashboard/src/pages/payments-square.js
@@ -2,7 +2,6 @@ import dayjs from "dayjs";
import Layout from "../components/Layout";
import useSWR from "swr";
import ky from "ky/umd";
-import { CardElement } from "@stripe/react-stripe-js";
const plans = [
{ id: "initial_free", name: "Free", price: 0, description: "Unlimited bandwidth with throttled speed" },
@@ -66,23 +65,6 @@ export default function Payments() {
-
-
{/* Plan */}