From ac62410926519f941c6f214c182698cb50ad4a06 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 17 Jun 2018 18:13:55 +0200 Subject: [PATCH] Added pagination component --- public/index.html | 2 +- src/short-urls/Paginator.js | 61 +++++++++++++++++++++++++++++++++++++ src/short-urls/ShortUrls.js | 3 +- 3 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 src/short-urls/Paginator.js diff --git a/public/index.html b/public/index.html index 4140157d..dc9b5274 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - +