Skip to content

Commit

Permalink
Fixed the import
Browse files Browse the repository at this point in the history
  • Loading branch information
HarishGangula committed Nov 12, 2024
1 parent 44596f9 commit 729af64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-console-v2/src/router/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ import ListChannels from 'pages/notificationChannels/ListChannels';
import AddChannel from 'pages/notificationChannels/AddChannel';
import ViewChannel from 'pages/notificationChannels/ViewChannel';
import UpdateChannel from 'pages/notificationChannels/UpdateChannel';
import DatasetManagement from 'pages/datasetManagement/components/DatasetManagement';
import Loadable from 'pages/auth/components/Loadable';

import RollupConfig from 'pages/Rollup/components';
import DatasetManagement from 'pages/DatasetManagement/DatasetManagement';

// Type definition for the route configuration
interface RouteConfig {
Expand Down

0 comments on commit 729af64

Please sign in to comment.