2025-01-03 21:18:22 +00:00
|
|
|
import ContentBlast from "@/components/form/broadcast/content-blast-form";
|
|
|
|
|
import SiteBreadcrumb from "@/components/site-breadcrumb";
|
|
|
|
|
|
|
|
|
|
export default function CreateEmailBlast() {
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
<SiteBreadcrumb />
|
2025-11-27 01:25:28 +00:00
|
|
|
<ContentBlast />
|
2025-01-03 21:18:22 +00:00
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
}
|