mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 16:25:58 +00:00
3 lines
185 B
JavaScript
3 lines
185 B
JavaScript
|
|
import PagerItem from './PagerItem';
|
||
|
|
import deprecationWarning from './utils/deprecationWarning';
|
||
|
|
export default deprecationWarning.wrapper(PagerItem, '`<PageItem>`', '`<Pager.Item>`');
|