From dfa3dfe1331dbf25f03fb0706f80f7bb48770202 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 24 Feb 2021 15:13:31 +0100 Subject: [PATCH] stripe env --- .../dashboard/src/pages/payments-square.js | 18 ------------------ 1 file changed, 18 deletions(-) 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 */}