diff --git a/app/confirmation/page.tsx b/app/confirmation/page.tsx index e0f93ae..695187a 100644 --- a/app/confirmation/page.tsx +++ b/app/confirmation/page.tsx @@ -63,7 +63,11 @@ function ConfirmationPage() { ); } - return 'Just a second...'; + return ( + + Just a second... + + ); }; return ( diff --git a/components/email/Confirmation.tsx b/components/email/Confirmation.tsx index 6bdccd7..7baf299 100644 --- a/components/email/Confirmation.tsx +++ b/components/email/Confirmation.tsx @@ -1,3 +1,4 @@ +import React from 'react'; import Note from './components/Note'; import Template from './Template'; @@ -8,21 +9,32 @@ export default function ConfirmationTemplate(code: string) {