Add error handling to improve user experience
[portal/ric-dashboard.git] / webapp-frontend / src / app / control / control.component.ts
index eec53e3..8ba04a4 100644 (file)
@@ -22,7 +22,7 @@ import { Component, OnInit } from '@angular/core';
 @Component({
   selector: 'rd-control',
   templateUrl: './control.component.html',
-  styleUrls: ['./control.component.css']
+  styleUrls: ['./control.component.scss']
 })
 export class ControlComponent implements OnInit {