aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/rest/rest-table.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-09-14 22:16:39 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-09-14 22:16:39 +0200
commit3523b64a03d677c2f8df61c121ff4fcb1d9db7f9 (patch)
tree37bfd6c76f02f2707b71b21a4e69ca3d212a26a0 /client/src/app/shared/rest/rest-table.ts
parentbfb3a98fac582f104c6d9b8b7242ea2cbb650b91 (diff)
downloadPeerTube-3523b64a03d677c2f8df61c121ff4fcb1d9db7f9.tar.gz
PeerTube-3523b64a03d677c2f8df61c121ff4fcb1d9db7f9.tar.zst
PeerTube-3523b64a03d677c2f8df61c121ff4fcb1d9db7f9.zip
Optimize imports
Diffstat (limited to 'client/src/app/shared/rest/rest-table.ts')
-rw-r--r--client/src/app/shared/rest/rest-table.ts3
1 files changed, 2 insertions, 1 deletions
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 @@
1import { LazyLoadEvent, SortMeta } from 'primeng/primeng' 1import { LazyLoadEvent } from 'primeng/components/common/lazyloadevent'
2import { SortMeta } from 'primeng/components/common/sortmeta'
2 3
3import { RestPagination } from './rest-pagination' 4import { RestPagination } from './rest-pagination'
4 5