funky-framadate-front/src/app/shared/services/theme.service.ts

9 lines
137 B
TypeScript

import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root',
})
export class ThemeService {
constructor() {}
}