diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2022-05-10 12:02:41 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-05-25 20:03:16 +0000 |
commit | c1a02f45496281a6a6ad7ab937531cc6004d9ca5 (patch) | |
tree | cf54539831791f196ff41587595b81cbae5f7123 /server/sonar-web/src/main/js/app/utils | |
parent | 91726b77a19abb47414eea0969d3beeaf97fbd3d (diff) | |
download | sonarqube-c1a02f45496281a6a6ad7ab937531cc6004d9ca5.tar.gz sonarqube-c1a02f45496281a6a6ad7ab937531cc6004d9ca5.zip |
SONAR-16316 New place for regulatory report
Diffstat (limited to 'server/sonar-web/src/main/js/app/utils')
-rw-r--r-- | server/sonar-web/src/main/js/app/utils/startReactApp.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/server/sonar-web/src/main/js/app/utils/startReactApp.tsx b/server/sonar-web/src/main/js/app/utils/startReactApp.tsx index 5ad4881c396..622c56db585 100644 --- a/server/sonar-web/src/main/js/app/utils/startReactApp.tsx +++ b/server/sonar-web/src/main/js/app/utils/startReactApp.tsx @@ -240,12 +240,6 @@ function renderComponentRoutes() { component={lazyLoadComponent(() => import('../../apps/projectDeletion/App'))} /> <Route - path="project/regulatory-report" - component={lazyLoadComponent(() => - import('../../apps/projectRegulatoryReport/RegulatoryReport') - )} - /> - <Route path="project/links" component={lazyLoadComponent(() => import('../../apps/projectLinks/App'))} /> |