Skip to content
Snippets Groups Projects
Commit d5ee595f authored by Giuseppe Digilio's avatar Giuseppe Digilio
Browse files

Reverted home-page.component

parent 0e1d73e1
No related branches found
No related tags found
No related merge requests found
import { Component, OnInit } from '@angular/core';
import { Component } from '@angular/core';
@Component({
selector: 'ds-home-page',
styleUrls: ['./home-page.component.scss'],
templateUrl: './home-page.component.html'
})
export class HomePageComponent implements OnInit {
export class HomePageComponent {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment