diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index 9f6607d349..7cbbe499f9 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -68,6 +68,7 @@ import './shared/Socket'; import './job-templates/main'; import './shared/features/main'; import pendolytics from './login/authenticationServices/pendo/ng-pendo'; +import footer from './footer/main'; /*#if DEBUG#*/ import {__deferLoadIfEnabled} from './debug';