WIP: DataSets Module
This commit is contained in:
@@ -18,6 +18,10 @@ const routes: Routes = [
|
||||
path: '',
|
||||
loadChildren: () => import('./modules/dashboard/dashboard.module').then(m => m.DashboardModule)
|
||||
},
|
||||
{
|
||||
path: 'datasets',
|
||||
loadChildren: () => import('./modules/data-sets/data-sets.module').then(m => m.DataSetsModule)
|
||||
},
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user