aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/my-account/my-account.component.ts
blob: 0955e2b7b2a5bf3a15b1bc77435df601fbded30e (plain) (blame)
1
2
3
4
5
6
7
import { Component } from '@angular/core'

@Component({
  selector: 'my-account',
  templateUrl: './my-account.component.html'
})
export class MyAccountComponent {}