2017-08-03 14:34:33 +03:00

16 lines
297 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector : 'fuse-helper-classes-width-height',
templateUrl: './width-height.component.html',
styleUrls : ['./width-height.component.scss']
})
export class HelperClassesWidthHeightComponent
{
constructor()
{
}
}