aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/shared/user-real-quota-info.component.ts
diff options
context:
space:
mode:
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.ts2
1 files changed, 1 insertions, 1 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 0a342c799..dd78fa9f0 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
@@ -1,6 +1,6 @@
1import { Component, Input, OnInit } from '@angular/core' 1import { Component, Input, OnInit } from '@angular/core'
2import { ServerService } from '@app/core' 2import { ServerService } from '@app/core'
3import { HTMLServerConfig, VideoResolution } from '@shared/models/index' 3import { HTMLServerConfig, VideoResolution } from '@peertube/peertube-models'
4 4
5@Component({ 5@Component({
6 selector: 'my-user-real-quota-info', 6 selector: 'my-user-real-quota-info',