From 3ff3247d46bed29dc4ac14e57f0b2248644c4db3 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 23 Nov 2015 10:13:39 -0500 Subject: [PATCH] merge fix of ui --- awx/ui/client/src/app.js | 1 + 1 file changed, 1 insertion(+) 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';