We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5354797 commit 3b85aa2Copy full SHA for 3b85aa2
portal-ui/src/screens/Console/Console.tsx
@@ -95,9 +95,6 @@ const Dashboard = React.lazy(() => import("./Dashboard/Dashboard"));
95
const Account = React.lazy(() => import("./Account/Account"));
96
const Users = React.lazy(() => import("./Users/Users"));
97
const Groups = React.lazy(() => import("./Groups/Groups"));
98
-const ConfigurationMain = React.lazy(
99
- () => import("./Configurations/ConfigurationMain")
100
-);
101
const TenantDetails = React.lazy(
102
() => import("./Tenants/TenantDetails/TenantDetails")
103
);
0 commit comments