mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
remove unused css import
This commit is contained in:
@@ -21,8 +21,7 @@ import { DiagramColorService } from '../../services/diagram-color.service';
|
||||
@Component({
|
||||
moduleId: module.id,
|
||||
selector: 'diagram-script-task',
|
||||
templateUrl: './diagram-script-task.component.html',
|
||||
styleUrls: ['./diagram-script-task.component.css']
|
||||
templateUrl: './diagram-script-task.component.html'
|
||||
})
|
||||
export class DiagramScriptTaskComponent {
|
||||
@Input()
|
||||
|
Reference in New Issue
Block a user