Skip to content

Commit 3b85aa2

Browse files
committed
removing unnecessary code
1 parent 5354797 commit 3b85aa2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

portal-ui/src/screens/Console/Console.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ const Dashboard = React.lazy(() => import("./Dashboard/Dashboard"));
9595
const Account = React.lazy(() => import("./Account/Account"));
9696
const Users = React.lazy(() => import("./Users/Users"));
9797
const Groups = React.lazy(() => import("./Groups/Groups"));
98-
const ConfigurationMain = React.lazy(
99-
() => import("./Configurations/ConfigurationMain")
100-
);
10198
const TenantDetails = React.lazy(
10299
() => import("./Tenants/TenantDetails/TenantDetails")
103100
);

0 commit comments

Comments
 (0)