diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/SimpleContainer.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/SimpleContainer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/SimpleContainer.tsx b/server/sonar-web/src/main/js/app/components/SimpleContainer.tsx index e567dde3e3d..59e645d328a 100644 --- a/server/sonar-web/src/main/js/app/components/SimpleContainer.tsx +++ b/server/sonar-web/src/main/js/app/components/SimpleContainer.tsx @@ -19,8 +19,8 @@ */ import * as React from 'react'; import NavBar from 'sonar-ui-common/components/ui/NavBar'; -import GlobalFooterContainer from './GlobalFooterContainer'; import { rawSizes } from '../theme'; +import GlobalFooterContainer from './GlobalFooterContainer'; interface Props { children?: React.ReactNode; |