feat: add ErrorAlert to exports (#349)

This commit is contained in:
Kristin Aoki
2023-06-15 15:28:12 -04:00
committed by GitHub
parent 83f034e500
commit b0fef766eb

View File

@@ -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;