Files
DiunaBI/Frontend/src/app/auth/auth.service.ts

10 lines
140 B
TypeScript
Raw Normal View History

2022-12-05 14:20:34 +01:00
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class AuthServiceService {
constructor() { }
}