CSIT Fix for SDC-2585
[sdc.git] / catalog-ui / src / app / ng2 / pages / connection-wizard / connection-properties-view / connection-properties-view.component.ts
1 import {Component} from "@angular/core";
2
3
4 @Component({
5     selector: 'connection-properties-view',
6     templateUrl: './connection-properties-view.component.html',
7     styleUrls:['./connection-properties-view.component.less']
8 })
9 export class ConnectionPropertiesViewComponent {
10 }