Sengi-Windows-MacOS-Linux/src/app/components/tutorial-enhanced/notifications-tutorial/notifications-tutorial.comp...

16 lines
329 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-notifications-tutorial',
templateUrl: './notifications-tutorial.component.html',
styleUrls: ['../tutorial-enhanced.component.scss']
})
export class NotificationsTutorialComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}