Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / components / ui / form-components / checkbox / checkbox.component.ts
index c8da016..c7b0af6 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 import { Component, Input, Output, EventEmitter, ViewEncapsulation } from '@angular/core';
-//import { trigger, state, style, transition, animate, keyframes } from '@angular/core';
+//import { trigger, state, style, transition, animate, keyframes } from '@angular/animations';
 
 @Component({
     selector: 'checkbox',