Files
doneit-web/src/app/services/rules/publication.service.ts
T

10 lines
140 B
TypeScript
Raw Normal View History

2021-08-23 16:00:58 +01:00
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class PublicationService {
constructor() { }
}