diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projects/components/PageHeader.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projects/components/PageHeader.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/projects/components/PageHeader.tsx b/server/sonar-web/src/main/js/apps/projects/components/PageHeader.tsx index 594cea686cb..1fc7c467d40 100644 --- a/server/sonar-web/src/main/js/apps/projects/components/PageHeader.tsx +++ b/server/sonar-web/src/main/js/apps/projects/components/PageHeader.tsx @@ -21,8 +21,8 @@ import classNames from 'classnames'; import * as React from 'react'; import HomePageSelect from '../../../components/controls/HomePageSelect'; import { translate } from '../../../helpers/l10n'; -import { isLoggedIn } from '../../../helpers/users'; -import { CurrentUser, RawQuery } from '../../../types/types'; +import { RawQuery } from '../../../types/types'; +import { CurrentUser, isLoggedIn } from '../../../types/users'; import SearchFilterContainer from '../filters/SearchFilterContainer'; import ApplicationCreation from './ApplicationCreation'; import PerspectiveSelect from './PerspectiveSelect'; |