feat: add NewsletterPage and NewsletterContent components for newsletter subscription
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { NewsletterContent } from "@/components/newsletter-content";
|
||||
|
||||
export default function NewsletterPage() {
|
||||
return <NewsletterContent />;
|
||||
}
|
||||
Reference in New Issue
Block a user