Skip to content
Snippets Groups Projects
Commit d7fdf876 authored by Benaissa BENARBIA's avatar Benaissa BENARBIA
Browse files

remove unused import

parent fe1ef671
No related branches found
No related tags found
1 merge request!51Merge mis a jour vitam-ui
......@@ -34,18 +34,17 @@
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL-C license and that you accept its terms.
*/
import {Component, EventEmitter, Input, Output} from '@angular/core';
import {FormBuilder, FormControl, FormGroup, Validators} from '@angular/forms';
import {Context} from 'projects/vitamui-library/src/public-api';
import {Observable, of} from 'rxjs';
import {catchError, filter, map, switchMap} from 'rxjs/operators';
import {diff, Option} from 'ui-frontend-common';
import {extend, isEmpty} from 'underscore';
import {ContextService} from '../../context.service';
import {SecurityProfileService} from '../../../security-profile/security-profile.service';
import { formatDate } from '@angular/common';
import { Component, EventEmitter, Input, Output } from '@angular/core';
import { FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms';
import { Context } from 'projects/vitamui-library/src/public-api';
import { Observable, of } from 'rxjs';
import { catchError, filter, map, switchMap } from 'rxjs/operators';
import { diff, Option } from 'ui-frontend-common';
import { extend, isEmpty } from 'underscore';
import { SecurityProfileService } from '../../../security-profile/security-profile.service';
import { ContextService } from '../../context.service';
@Component({
selector: 'app-context-information-tab',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment