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

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

  constructor() { }
}