aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular/src/app/services/login.service.ts
blob: 92c777e1799914b69aeee0e1011b7465e893957e (plain) (blame)
1
2
3
4
5
6
7
8
9
import { Injectable } from '@angular/core';

@Injectable({
  providedIn: 'root'
})
export class LoginService {

  constructor() { }
}