Skip to content
Snippets Groups Projects
Verified Commit 163290c1 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

clean useless import

parent 1c4ca99c
No related branches found
No related tags found
No related merge requests found
......@@ -40,5 +40,5 @@
}
.roleList {
padding-bottom: 20px;
padding-bottom: 40px;
}
\ No newline at end of file
......@@ -2,9 +2,8 @@ import { Component, Input, OnInit } from '@angular/core';
import { HttpClient } from '@angular/common/http';
import { LANG } from '../translate.component';
import { NotificationService } from '../notification.service';
import { CdkDragDrop, moveItemInArray, transferArrayItem, CdkDrag } from '@angular/cdk/drag-drop';
import { CdkDragDrop, transferArrayItem } from '@angular/cdk/drag-drop';
import { AutoCompletePlugin } from '../../plugins/autocomplete.plugin';
import { ConstantPool } from '@angular/compiler';
declare function $j(selector: any): any;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment