feat: add ErrorAlert to exports (#349)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user