File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ import { LineUsageTimeComponent } from './components/usage/shared-storage/charts
22
22
import { CopilotComponent } from './components/usage/copilot/copilot.component' ;
23
23
import { DialogBillingNavigateComponent } from './components/usage/dialog-billing-navigate' ;
24
24
import { TableCopilotUsageComponent } from './components/usage/copilot/table-workflow-usage/table-copilot-usage.component' ;
25
- import { AppRoutingModule } from './app-routing.module' ;
26
- import { RouterModule } from '@angular/router' ;
27
25
28
26
@NgModule ( {
29
27
declarations : [
@@ -50,13 +48,7 @@ import { RouterModule } from '@angular/router';
50
48
HighchartsChartModule ,
51
49
HttpClientModule ,
52
50
FormsModule ,
53
- ReactiveFormsModule ,
54
- AppRoutingModule ,
55
- RouterModule . forRoot ( [
56
- { path : 'actions' , component : ActionsComponent } ,
57
- { path : 'copilot' , component : CopilotComponent } ,
58
- { path : 'shared-storage' , component : SharedStorageComponent } ,
59
- ] )
51
+ ReactiveFormsModule
60
52
] ,
61
53
providers : [ ] ,
62
54
bootstrap : [ AppComponent ]
You can’t perform that action at this time.
0 commit comments