From 31a5c20af8ff06248365f1029c27758533c531c4 Mon Sep 17 00:00:00 2001 From: David Remer Date: Mon, 12 Sep 2022 11:15:06 +0300 Subject: [PATCH] Add TopBar with Beamer [MAILPOET-4533] --- mailpoet/assets/js/src/automation/templates/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mailpoet/assets/js/src/automation/templates/index.tsx b/mailpoet/assets/js/src/automation/templates/index.tsx index 988bb99084..1c8c2e3dc6 100644 --- a/mailpoet/assets/js/src/automation/templates/index.tsx +++ b/mailpoet/assets/js/src/automation/templates/index.tsx @@ -7,6 +7,7 @@ import { workflowTemplates } from './config'; import { TemplateListItem } from './components/template-list-item'; import { initializeApi } from '../api'; import { PremiumModal } from '../../common/premium_modal'; +import { TopBarWithBeamer } from '../../common/top_bar/top_bar'; function Templates(): JSX.Element { const [showModal, setShowModal] = useState(false); @@ -21,6 +22,7 @@ function Templates(): JSX.Element { }, []); return ( <> +

{__('Choose your automation template', 'mailpoet')}