[0eda78]: / frontend / src / app / components / header / header.component.ts

Download this file

11 lines (8 with data), 203 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
import { Component } from '@angular/core';
@Component({
selector: 'app-header',
templateUrl: './header.component.html',
styleUrls: ['./header.component.scss']
})
export class HeaderComponent {
}