From 44f01f032faee3b29a9e01932b285340f9ce2a6a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 20 Feb 2023 13:51:10 +0100 Subject: Fix angular build --- .../+my-account/my-account-blocklist/my-account-blocklist.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts') 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 @Component({ selector: 'my-account-blocklist', - styleUrls: [ '../../shared/shared-moderation/account-blocklist.component.scss' ], templateUrl: '../../shared/shared-moderation/account-blocklist.component.html' }) export class MyAccountBlocklistComponent extends GenericAccountBlocklistComponent { -- cgit v1.2.3