From 3523b64a03d677c2f8df61c121ff4fcb1d9db7f9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Sep 2017 22:16:39 +0200 Subject: Optimize imports --- client/src/app/shared/rest/rest-table.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared/rest/rest-table.ts') 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' -- cgit v1.2.3