diff --git a/Components/Common/Error.jsx b/Components/Common/Error.jsx new file mode 100644 index 0000000..d9594fe --- /dev/null +++ b/Components/Common/Error.jsx @@ -0,0 +1,12 @@ +import Button from 'Elements/Button'; +import Result from 'Elements/Result'; + +function handleRetry() { + window.location.reload(); +} + +const retryButton =