Improve search page

This commit is contained in:
Peter Maquiran
2021-01-18 16:24:57 +01:00
parent c4bbbb948d
commit 285b9ea323
2 changed files with 25 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class SenderService {
constructor() { }
}