openaire-library/utils/theme/theme.component.ts

12 lines
153 B
TypeScript

import {Component} from '@angular/core';
@Component({
selector: 'theme',
templateUrl: 'theme.component.html',
})
export class ThemeComponent {
}