diff --git a/src/index.jsx b/src/index.jsx index 86bfdef30..3dcab4445 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -3,6 +3,7 @@ import messages from './i18n/index'; import EditorPage from './editors/EditorPage'; import VideoSelectorPage from './editors/VideoSelectorPage'; import DraggableList, { SortableItem } from './editors/sharedComponents/DraggableList'; +import ErrorAlert from './editors/sharedComponents/ErrorAlerts/ErrorAlert'; export { messages, @@ -10,5 +11,6 @@ export { VideoSelectorPage, DraggableList, SortableItem, + ErrorAlert, }; export default Placeholder;