]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts.component.ts
Implement video channel views
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.ts
similarity index 77%
rename from client/src/app/+account/account.component.ts
rename to client/src/app/+accounts/accounts.component.ts
index d936ce2fe0d3ae8ac1ddd91971ba6d5eb62d4407..1298803c39a4c02c6e514876335cc8a7bcc2b952 100644 (file)
@@ -4,11 +4,10 @@ import { AccountService } from '@app/shared/account/account.service'
 import { Account } from '@app/shared/account/account.model'
 
 @Component({
-  selector: 'my-account',
-  templateUrl: './account.component.html',
-  styleUrls: [ './account.component.scss' ]
+  templateUrl: './accounts.component.html',
+  styleUrls: [ './accounts.component.scss' ]
 })
-export class AccountComponent implements OnInit {
+export class AccountsComponent implements OnInit {
   account: Account
 
   constructor (