]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/my-account/my-account.component.ts
Rename account module to my-account
[github/Chocobozzz/PeerTube.git] / client / src / app / my-account / my-account.component.ts
CommitLineData
4bb6886d
C
1import { Component } from '@angular/core'
2
3@Component({
4 selector: 'my-account',
5 templateUrl: './my-account.component.html'
6})
7export class MyAccountComponent {}