Create overall control with AppControl,RANControl
[portal/ric-dashboard.git] / webapp-frontend / src / app / app-control / app-control.animations.ts
@@ -20,7 +20,7 @@
 
 import { animate, state, style, transition, trigger } from '@angular/animations';
 
-export const ControlAnimations = {
+export const AppControlAnimations = {
   messageTrigger: trigger('messageExpand', [
     state('collapsed', style({ height: '0px', minHeight: '0', display: 'none' })),
     state('expanded', style({ height: '*' })),