mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +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-event-gateway',
|
||||
templateUrl: './diagram-event-gateway.component.html',
|
||||
styleUrls: ['./diagram-event-gateway.component.css']
|
||||
templateUrl: './diagram-event-gateway.component.html'
|
||||
})
|
||||
export class DiagramEventGatewayComponent {
|
||||
@Input()
|
||||
|
Reference in New Issue
Block a user