5 lines
191 B
TypeScript
5 lines
191 B
TypeScript
/**
|
|
* Copyright 2024 Phenix Real Time Solutions, Inc. Confidential and Proprietary. All Rights Reserved.
|
|
*/
|
|
export * from './pagination';
|
|
export {default as Pagination} from './pagination'; |