aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-20 13:51:10 +0100
committerChocobozzz <chocobozzz@cpy.re>2023-02-20 13:52:22 +0100
commit44f01f032faee3b29a9e01932b285340f9ce2a6a (patch)
tree2af8d7c727358e013ad957c39d7d9265014f8d61 /client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts
parent4158e67c8d7eb39712e598d3f409c6739eef5f0b (diff)
downloadPeerTube-44f01f032faee3b29a9e01932b285340f9ce2a6a.tar.gz
PeerTube-44f01f032faee3b29a9e01932b285340f9ce2a6a.tar.zst
PeerTube-44f01f032faee3b29a9e01932b285340f9ce2a6a.zip
Fix angular build
Diffstat (limited to 'client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts')
-rw-r--r--client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts b/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts
index 03ec75e25..8b9819ba2 100644
--- a/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts
+++ b/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts
@@ -3,7 +3,6 @@ import { BlocklistComponentType, GenericAccountBlocklistComponent } from '@app/s
3 3
4@Component({ 4@Component({
5 selector: 'my-account-blocklist', 5 selector: 'my-account-blocklist',
6 styleUrls: [ '../../shared/shared-moderation/account-blocklist.component.scss' ],
7 templateUrl: '../../shared/shared-moderation/account-blocklist.component.html' 6 templateUrl: '../../shared/shared-moderation/account-blocklist.component.html'
8}) 7})
9export class MyAccountBlocklistComponent extends GenericAccountBlocklistComponent { 8export class MyAccountBlocklistComponent extends GenericAccountBlocklistComponent {