File tree Expand file tree Collapse file tree 4 files changed +0
-211
lines changed Expand file tree Collapse file tree 4 files changed +0
-211
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import ImageAutomationUpdatesDetails from "./components/ImageAutomation/updates/
24
24
import Layout from "./components/Layout" ;
25
25
import Logo from "./components/Logo" ;
26
26
import Nav , { NavItem } from "./components/Nav" ;
27
- import PendoContainer from "./components/PendoContainer" ;
28
27
import PolicyViolationPage from "./components/Policies/PolicyViolations/PolicyViolationPage" ;
29
28
import AppContextProvider , {
30
29
AppContext ,
@@ -150,8 +149,6 @@ const App = () => {
150
149
151
150
return (
152
151
< Layout logo = { logo } nav = { nav } >
153
- < PendoContainer />
154
-
155
152
< ErrorBoundary >
156
153
< Routes >
157
154
< Route path = { V2Routes . Automations } element = { < Automations /> } />
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ import NotificationsTable from "./components/NotificationsTable";
55
55
import OCIRepositoryDetail from "./components/OCIRepositoryDetail" ;
56
56
import Page from "./components/Page" ;
57
57
import PageStatus from "./components/PageStatus" ;
58
- import Pendo from "./components/Pendo" ;
59
58
import PolicyDetails from "./components/Policies/PolicyDetails/PolicyDetails" ;
60
59
import { PolicyTable } from "./components/Policies/PolicyList/PolicyTable" ;
61
60
import { ViolationDetails } from "./components/Policies/PolicyViolations/PolicyViolationDetails" ;
@@ -225,7 +224,6 @@ export {
225
224
PARENT_CHILD_LOOKUP ,
226
225
Page ,
227
226
PageStatus ,
228
- Pendo ,
229
227
PolicyDetails ,
230
228
PolicyTable ,
231
229
PolicyViolationsList ,
You can’t perform that action at this time.
0 commit comments