home news component description

This commit is contained in:
lotte
2019-04-01 15:51:20 +02:00
parent 7e91bca77d
commit 2425386c41

View File

@@ -5,6 +5,10 @@ import { Component } from '@angular/core';
styleUrls: ['./home-news.component.scss'],
templateUrl: './home-news.component.html'
})
/**
* Component to render the news section on the home page
*/
export class HomeNewsComponent {
}