7 lines
102 B
TypeScript

const PAGINATION = {
PREV_PAGE: "← PREV",
NEXT_PAGE: "NEXT →",
};
export default PAGINATION;