e2corporation commented on code in PR #3153: URL: https://github.com/apache/incubator-devlake/pull/3153#discussion_r975980496
########## 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 If you detect any new issues with missing imports let me know, these changes should be safe for now however. -- 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]
