diff --git a/Components/Common/Error.jsx b/Components/Common/Error.jsx index d9594fe..1424faa 100644 --- a/Components/Common/Error.jsx +++ b/Components/Common/Error.jsx @@ -1,3 +1,4 @@ +/* eslint-disable import/prefer-default-export */ import Button from 'Elements/Button'; import Result from 'Elements/Result'; @@ -5,8 +6,8 @@ function handleRetry() { window.location.reload(); } -const retryButton =