Skip to content

Commit

Permalink
[hotfix] Remove old app view
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Mar 31, 2022
1 parent 1e3d2ae commit d7e6305
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 185 deletions.
25 changes: 0 additions & 25 deletions ui/src/app/app-image-labeling/app-image-labeling.component.css

This file was deleted.

37 changes: 0 additions & 37 deletions ui/src/app/app-image-labeling/app-image-labeling.component.html

This file was deleted.

82 changes: 0 additions & 82 deletions ui/src/app/app-image-labeling/app-image-labeling.component.ts

This file was deleted.

39 changes: 0 additions & 39 deletions ui/src/app/app-image-labeling/app-image-labeling.module.ts

This file was deleted.

2 changes: 0 additions & 2 deletions ui/src/app/app-overview/app-overview.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { MatFormFieldModule } from '@angular/material/form-field';
import { MatGridListModule } from '@angular/material/grid-list';
import { MatInputModule } from '@angular/material/input';
import { AppAssetMonitoringModule } from '../app-asset-monitoring/app-asset-monitoring.module';
import { AppImageLabelingModule } from '../app-image-labeling/app-image-labeling.module';
import { AppOverviewComponent } from './app-overview.component';

@NgModule({
Expand All @@ -39,7 +38,6 @@ import { AppOverviewComponent } from './app-overview.component';
MatFormFieldModule,
FormsModule,
AppAssetMonitoringModule,
AppImageLabelingModule,
],
declarations: [
AppOverviewComponent,
Expand Down

0 comments on commit d7e6305

Please sign in to comment.