diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-04-17 17:54:50 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-05-04 20:03:53 +0000 |
commit | 1d854eec0d3e223aee54412503fcccf50ee10f4a (patch) | |
tree | 1beb3ccad44ee3e1893199606aba28d3fe313c37 /server/sonar-web/src/main/js/apps/organizations | |
parent | be46fdae92760199df04ba7d6f251e6a91026f84 (diff) | |
download | sonarqube-1d854eec0d3e223aee54412503fcccf50ee10f4a.tar.gz sonarqube-1d854eec0d3e223aee54412503fcccf50ee10f4a.zip |
SONAR-13296 Re-organize tutorial components and ALM-related types
Diffstat (limited to 'server/sonar-web/src/main/js/apps/organizations')
-rw-r--r-- | server/sonar-web/src/main/js/apps/organizations/components/OrganizationEmpty.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/organizations/components/OrganizationEmpty.tsx b/server/sonar-web/src/main/js/apps/organizations/components/OrganizationEmpty.tsx index 1b7d6cc8994..ec09e6c5e31 100644 --- a/server/sonar-web/src/main/js/apps/organizations/components/OrganizationEmpty.tsx +++ b/server/sonar-web/src/main/js/apps/organizations/components/OrganizationEmpty.tsx @@ -22,7 +22,7 @@ import { Button } from 'sonar-ui-common/components/controls/buttons'; import OnboardingAddMembersIcon from 'sonar-ui-common/components/icons/OnboardingAddMembersIcon'; import { translate } from 'sonar-ui-common/helpers/l10n'; import { Router, withRouter } from '../../../components/hoc/withRouter'; -import '../../tutorials/styles.css'; +import '../../../components/tutorials/styles.css'; import './OrganizationEmpty.css'; interface Props { |