Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit b0fef76

Browse files
authored
feat: add ErrorAlert to exports (#349)
1 parent 83f034e commit b0fef76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ import messages from './i18n/index';
33
import EditorPage from './editors/EditorPage';
44
import VideoSelectorPage from './editors/VideoSelectorPage';
55
import DraggableList, { SortableItem } from './editors/sharedComponents/DraggableList';
6+
import ErrorAlert from './editors/sharedComponents/ErrorAlerts/ErrorAlert';
67

78
export {
89
messages,
910
EditorPage,
1011
VideoSelectorPage,
1112
DraggableList,
1213
SortableItem,
14+
ErrorAlert,
1315
};
1416
export default Placeholder;

0 commit comments

Comments
 (0)