aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts
diff options
context:
space:
mode:
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 {