diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/extensions/GlobalPageExtension.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/extensions/GlobalPageExtension.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/extensions/GlobalPageExtension.tsx b/server/sonar-web/src/main/js/app/components/extensions/GlobalPageExtension.tsx index d3b0559d35c..0c4206497c2 100644 --- a/server/sonar-web/src/main/js/app/components/extensions/GlobalPageExtension.tsx +++ b/server/sonar-web/src/main/js/app/components/extensions/GlobalPageExtension.tsx @@ -18,7 +18,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as React from 'react'; -import { AppState } from '../../../types/types'; +import { AppState } from '../../../types/appstate'; import withAppStateContext from '../app-state/withAppStateContext'; import NotFound from '../NotFound'; import Extension from './Extension'; |