ECOM-4904 Move the program editor backbone app to Studio (#12962)
This commit is contained in:
10
cms/static/js/programs/program_admin_app.js
Normal file
10
cms/static/js/programs/program_admin_app.js
Normal file
@@ -0,0 +1,10 @@
|
||||
(function() {
|
||||
'use strict';
|
||||
require([
|
||||
'js/programs/views/program_admin_app_view'
|
||||
],
|
||||
function( ProgramAdminAppView ) {
|
||||
return new ProgramAdminAppView();
|
||||
}
|
||||
);
|
||||
})();
|
||||
Reference in New Issue
Block a user