From 790749b11b52caa36d4b70bfcfb31508e0bca598 Mon Sep 17 00:00:00 2001 From: Daniel Cortes Date: Fri, 5 Jun 2020 22:41:59 -0400 Subject: [PATCH] Unused variable en paginate --- src/components/Paginate.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Paginate.jsx b/src/components/Paginate.jsx index cc292d0..2d4b0fc 100644 --- a/src/components/Paginate.jsx +++ b/src/components/Paginate.jsx @@ -1,7 +1,5 @@ import React, {Fragment, useState} from 'react'; -const LEFT_PAGE = 'LEFT'; -const RIGHT_PAGE = 'RIGHT'; const SPACE_A = 'SPACE_A'; const SPACE_B = 'SPACE_B';