]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account.component.ts
Fix import with when the imported file has the same extension than an
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.ts
CommitLineData
4bb6886d
C
1import { Component } from '@angular/core'
2
3@Component({
0626e7af 4 selector: 'my-my-account',
4bb6886d
C
5 templateUrl: './my-account.component.html'
6})
7export class MyAccountComponent {}