Skip to content

Commit

Permalink
Remove unused imports and routes
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Feb 14, 2024
1 parent 3c5cc9b commit f4f768e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import { LineUsageTimeComponent } from './components/usage/shared-storage/charts
import { CopilotComponent } from './components/usage/copilot/copilot.component';
import { DialogBillingNavigateComponent } from './components/usage/dialog-billing-navigate';
import { TableCopilotUsageComponent } from './components/usage/copilot/table-workflow-usage/table-copilot-usage.component';
import { AppRoutingModule } from './app-routing.module';
import { RouterModule } from '@angular/router';

@NgModule({
declarations: [
Expand All @@ -50,13 +48,7 @@ import { RouterModule } from '@angular/router';
HighchartsChartModule,
HttpClientModule,
FormsModule,
ReactiveFormsModule,
AppRoutingModule,
RouterModule.forRoot([
{ path: 'actions', component: ActionsComponent },
{ path: 'copilot', component: CopilotComponent },
{ path: 'shared-storage', component: SharedStorageComponent },
])
ReactiveFormsModule
],
providers: [],
bootstrap: [AppComponent]
Expand Down

0 comments on commit f4f768e

Please sign in to comment.