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 (
-
-
-
diff --git a/pages/account.js b/pages/account.js
index 33b8383..048ef91 100644
--- a/pages/account.js
+++ b/pages/account.js
@@ -1,6 +1,7 @@
// Theirs
import React from 'react'
import dynamic from 'next/dynamic'
+import Head from 'next/head'
// Ours
import Button from '../components/Button'
@@ -249,6 +250,9 @@ function Settings() {
function SettingsPage() {
return (
+
+
+