mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-20 03:21:47 +02:00
10 lines
141 B
TypeScript
10 lines
141 B
TypeScript
import { Injectable } from '@angular/core';
|
|
|
|
@Injectable({
|
|
providedIn: 'root'
|
|
})
|
|
export class EntryServiceService {
|
|
|
|
constructor() { }
|
|
}
|