Skip to content

Commit

Permalink
chore: move cloud integration pages to /container
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshaheer committed Jan 14, 2025
1 parent 0d5f982 commit 7305c2d
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@
}
}
}

// // Remove table hover effect
// .ant-table-cell-row-hover {
// background: transparent !important;
// }
}
}
&__table-heading {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import './IntegrationsModulePage.styles.scss';

import RouteTab from 'components/RouteTab';
import { TabRoutes } from 'components/RouteTab/types';
import CloudIntegrationPage from 'container/CloudIntegrationPage/CloudIntegrationPage';
import useUrlQuery from 'hooks/useUrlQuery';
import history from 'lib/history';
import CloudIntegrationPage from 'pages/Integrations/CloudIntegrationPage/CloudIntegrationPage';
import { INTEGRATION_TYPES } from 'pages/Integrations/utils';
import { useLocation } from 'react-use';

Expand Down

0 comments on commit 7305c2d

Please sign in to comment.