Add pagination

This commit is contained in:
alxshelepenok
2018-11-11 14:19:06 +03:00
parent 38090a3a0f
commit 338317803e
24 changed files with 404 additions and 48 deletions

View File

@@ -1 +1,2 @@
export { default as ICONS } from './icons';
export { default as PAGINATION } from './pagination';

View File

@@ -0,0 +1,6 @@
const PAGINATION = {
PREV_PAGE: '← PREV',
NEXT_PAGE: '→ NEXT'
};
export default PAGINATION;