diff --git a/js/externals.js b/js/externals.js index 4bceecd..a43ffa8 100644 --- a/js/externals.js +++ b/js/externals.js @@ -37,6 +37,7 @@ module.exports = (ENV, PATHS, module) => { 'components/ListGroup/ListGroup': 'ListGroup', 'components/ListGroup/ListGroupItem': 'ListGroupItem', 'components/LiteralField/LiteralField': 'LiteralField', + 'components/Loading/CircularLoading': 'CircularLoading', 'components/Loading/Loading': 'Loading', 'components/PopoverField/PopoverField': 'PopoverField', 'components/Preview/Preview': 'Preview', @@ -58,6 +59,7 @@ module.exports = (ENV, PATHS, module) => { 'containers/FormBuilderLoader/FormBuilderLoader': 'FormBuilderLoader', 'containers/InsertLinkModal/InsertLinkModal': 'InsertLinkModal', 'containers/InsertLinkModal/fileSchemaModalHandler': 'FileSchemaModalHandler', + 'containers/SudoMode/SudoMode': 'SudoMode', 'lib/Backend': 'Backend', 'lib/Config': 'Config', 'lib/DataFormat': 'DataFormat',