Project

General

Profile

1 61381 k.triantaf
import {Component} from '@angular/core';
2
3
4
@Component({
5
  selector: 'theme',
6
  templateUrl: 'theme.component.html',
7
})
8
9
export class ThemeComponent {
10
11
}