fix header

This commit is contained in:
Peter Maquiran
2024-03-04 09:11:06 +01:00
parent 588b59b3ab
commit b697a0c37b
6 changed files with 47 additions and 7 deletions
@@ -0,0 +1,9 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class HardwareGoBackService {
constructor() { }
}