e2corporation commented on code in PR #3153:
URL: https://github.com/apache/incubator-devlake/pull/3153#discussion_r975971798


##########
config-ui/src/App.js:
##########
@@ -35,17 +32,11 @@ import '@fontsource/inter/variable-full.css'
 import useDatabaseMigrations from '@/hooks/useDatabaseMigrations'
 
 import ErrorBoundary from '@/components/ErrorBoundary'
-// import Configure from './pages/configure/index'
 import Integration from '@/pages/configure/integration/index'
 import ManageIntegration from '@/pages/configure/integration/manage'
 import AddConnection from '@/pages/configure/connections/AddConnection'
-// import EditConnection from '@/pages/configure/connections/EditConnection'
 import ConfigureConnection from 
'@/pages/configure/connections/ConfigureConnection'
-// import Triggers from '@/pages/triggers/index'
 import Offline from '@/pages/offline/index'
-// import Pipelines from '@/pages/pipelines/index'
-// import CreatePipeline from '@/pages/pipelines/create'

Review Comment:
   @likyh Any issues with css missing imports was already resolved under 
another PR, these imports were already disabled and commented out (ie. these 
old pipeline components are not actively imported).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to