diff --git a/app/account/activate/[id]/[token]/page.tsx b/app/account/activate/[id]/[token]/page.tsx index 199e1ef..c6d5dc1 100644 --- a/app/account/activate/[id]/[token]/page.tsx +++ b/app/account/activate/[id]/[token]/page.tsx @@ -1,5 +1,3 @@ -import Header from '@/components/shopify/header'; -import Footer from '@/components/shopify/footer'; import AccountForm from '@/components/shopify/account-form'; export const metadata = { title: 'Activate your account — Shop' }; @@ -13,27 +11,23 @@ export default async function Page({ const { id, token } = await params; return ( - <> -
-
- -
-