diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-20 13:51:10 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-02-20 13:52:22 +0100 |
commit | 44f01f032faee3b29a9e01932b285340f9ce2a6a (patch) | |
tree | 2af8d7c727358e013ad957c39d7d9265014f8d61 /client/src/app/+my-account | |
parent | 4158e67c8d7eb39712e598d3f409c6739eef5f0b (diff) | |
download | PeerTube-44f01f032faee3b29a9e01932b285340f9ce2a6a.tar.gz PeerTube-44f01f032faee3b29a9e01932b285340f9ce2a6a.tar.zst PeerTube-44f01f032faee3b29a9e01932b285340f9ce2a6a.zip |
Fix angular build
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts | 1 |
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 | }) |
9 | export class MyAccountBlocklistComponent extends GenericAccountBlocklistComponent { | 8 | export class MyAccountBlocklistComponent extends GenericAccountBlocklistComponent { |