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 (
<>
+