diff --git a/mailpoet/assets/js/src/webpack_admin_expose.js b/mailpoet/assets/js/src/webpack_admin_expose.js index 80f3b8f092..71bfce360f 100644 --- a/mailpoet/assets/js/src/webpack_admin_expose.js +++ b/mailpoet/assets/js/src/webpack_admin_expose.js @@ -9,6 +9,7 @@ export * as ReactJsxRuntime from 'react/jsx-runtime'; export * as ReactRouter from 'react-router-dom'; export * as ReactTooltip from 'react-tooltip'; export * as ReactStringReplace from 'react-string-replace'; +export * as Slugify from 'slugify'; export { TextControl as WordpressComponentsTextControl } from '@wordpress/components'; export * as WordPressData from '@wordpress/data';