aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/shared/user-real-quota-info.component.ts
diff options
context:
space:
mode:
authorWicklow <wicklow@framasoft.org>2023-02-17 16:00:50 +0100
committerChocobozzz <chocobozzz@cpy.re>2023-02-20 13:52:22 +0100
commit5995a28f2bb8cdef9fc8024b10cd246d46f9eb78 (patch)
tree3514a9895e4dbeb883c607ac0c8114110b75944e /client/src/app/+admin/shared/user-real-quota-info.component.ts
parent4e082e78d020e13f3a76eb043be295f5593c065b (diff)
downloadPeerTube-5995a28f2bb8cdef9fc8024b10cd246d46f9eb78.tar.gz
PeerTube-5995a28f2bb8cdef9fc8024b10cd246d46f9eb78.tar.zst
PeerTube-5995a28f2bb8cdef9fc8024b10cd246d46f9eb78.zip
Remove empty sass files
Diffstat (limited to 'client/src/app/+admin/shared/user-real-quota-info.component.ts')
-rw-r--r--client/src/app/+admin/shared/user-real-quota-info.component.ts3
1 files changed, 1 insertions, 2 deletions
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'
4 4
5@Component({ 5@Component({
6 selector: 'my-user-real-quota-info', 6 selector: 'my-user-real-quota-info',
7 templateUrl: './user-real-quota-info.component.html', 7 templateUrl: './user-real-quota-info.component.html'
8 styleUrls: [ './user-real-quota-info.component.scss' ]
9}) 8})
10export class UserRealQuotaInfoComponent implements OnInit { 9export class UserRealQuotaInfoComponent implements OnInit {
11 @Input() videoQuota: number | string 10 @Input() videoQuota: number | string