From 40bf2160cd54a7531afa5c1ee6573c9f92961f96 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Mon, 4 Nov 2019 20:36:30 -0800 Subject: [PATCH] move next head to /pages/account --- components/Billing.js | 4 ---- pages/account.js | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Billing.js b/components/Billing.js index 5c09f94..3dfed46 100644 --- a/components/Billing.js +++ b/components/Billing.js @@ -1,5 +1,4 @@ import React from 'react' -import { Head } from 'next' import { Elements, StripeProvider, CardElement, injectStripe } from 'react-stripe-elements' import { useAsyncCallback } from 'actionsack' @@ -271,9 +270,6 @@ export default function() { return ( - -