From 5995a28f2bb8cdef9fc8024b10cd246d46f9eb78 Mon Sep 17 00:00:00 2001 From: Wicklow Date: Fri, 17 Feb 2023 16:00:50 +0100 Subject: Remove empty sass files --- client/src/app/+admin/shared/user-real-quota-info.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/src/app/+admin/shared/user-real-quota-info.component.ts') diff --git a/client/src/app/+admin/shared/user-real-quota-info.component.ts b/client/src/app/+admin/shared/user-real-quota-info.component.ts index 069eeba12..0a342c799 100644 --- a/client/src/app/+admin/shared/user-real-quota-info.component.ts +++ b/client/src/app/+admin/shared/user-real-quota-info.component.ts @@ -4,8 +4,7 @@ import { HTMLServerConfig, VideoResolution } from '@shared/models/index' @Component({ selector: 'my-user-real-quota-info', - templateUrl: './user-real-quota-info.component.html', - styleUrls: [ './user-real-quota-info.component.scss' ] + templateUrl: './user-real-quota-info.component.html' }) export class UserRealQuotaInfoComponent implements OnInit { @Input() videoQuota: number | string -- cgit v1.2.3