karaoqueue/frontend/ng-karaoqueue/src/app/entry-service.service.ts
2020-03-25 18:06:16 +01:00

10 lines
141 B
TypeScript

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