diff options
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.ts | 2 |
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 @@ | |||
1 | import { Component, Input, OnInit } from '@angular/core' | 1 | import { Component, Input, OnInit } from '@angular/core' |
2 | import { ServerService } from '@app/core' | 2 | import { ServerService } from '@app/core' |
3 | import { HTMLServerConfig, VideoResolution } from '@shared/models/index' | 3 | import { 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', |