X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fshared%2Frest%2Frest.service.ts;h=a1c3010501c1bdecc46b60655843aff4030336f0;hb=3523b64a03d677c2f8df61c121ff4fcb1d9db7f9;hp=f7838ba06a51e899a7cf784af2369f098da801a3;hpb=bfb3a98fac582f104c6d9b8b7242ea2cbb650b91;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/rest/rest.service.ts b/client/src/app/shared/rest/rest.service.ts index f7838ba06..a1c301050 100644 --- a/client/src/app/shared/rest/rest.service.ts +++ b/client/src/app/shared/rest/rest.service.ts @@ -1,6 +1,6 @@ import { Injectable } from '@angular/core' import { HttpParams } from '@angular/common/http' -import { SortMeta } from 'primeng/primeng' +import { SortMeta } from 'primeng/components/common/sortmeta' import { RestPagination } from './rest-pagination'