aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/auth.service.ts
blob: af27fdec481db9dbf2ed1b3e9cf472416029da89 (plain) (blame)
1
2
3
4
5
6
7
8
9
import { Injectable } from '@angular/core';

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

  constructor() { }
}