Sengi-Windows-MacOS-Linux/src/app/components/tutorial-enhanced/labels-tutorial/labels-tutorial.component.ts

16 lines
342 B
TypeScript
Raw Normal View History

2020-05-06 00:50:16 +02:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-labels-tutorial',
templateUrl: './labels-tutorial.component.html',
2020-09-12 19:03:26 +02:00
styleUrls: ['../tutorial-enhanced.component.scss', 'labels-tutorial.component.scss']
2020-05-06 00:50:16 +02:00
})
export class LabelsTutorialComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}