diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/system/components/PageHeader.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/system/components/PageHeader.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/apps/system/components/PageHeader.tsx b/server/sonar-web/src/main/js/apps/system/components/PageHeader.tsx index a81cf274698..61a883e6491 100644 --- a/server/sonar-web/src/main/js/apps/system/components/PageHeader.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/PageHeader.tsx @@ -18,9 +18,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as React from 'react'; -import { ClipboardButton } from 'sonar-ui-common/components/controls/clipboard'; -import { toShortNotSoISOString } from 'sonar-ui-common/helpers/dates'; -import { translate } from 'sonar-ui-common/helpers/l10n'; +import { ClipboardButton } from '../../../sonar-ui-common/components/controls/clipboard'; +import { toShortNotSoISOString } from '../../../sonar-ui-common/helpers/dates'; +import { translate } from '../../../sonar-ui-common/helpers/l10n'; import PageActions from './PageActions'; export interface Props { |