X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Frest%2Frest-table.ts;h=d04d91c688b046486031653aa9fa115c8dcafd66;hb=3523b64a03d677c2f8df61c121ff4fcb1d9db7f9;hp=db2cb5e1487bba94d622c292e521b744d8b2a1d1;hpb=bfb3a98fac582f104c6d9b8b7242ea2cbb650b91;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/rest/rest-table.ts b/client/src/app/shared/rest/rest-table.ts index db2cb5e14..d04d91c68 100644 --- a/client/src/app/shared/rest/rest-table.ts +++ b/client/src/app/shared/rest/rest-table.ts @@ -1,4 +1,5 @@ -import { LazyLoadEvent, SortMeta } from 'primeng/primeng' +import { LazyLoadEvent } from 'primeng/components/common/lazyloadevent' +import { SortMeta } from 'primeng/components/common/sortmeta' import { RestPagination } from './rest-pagination'