From dce80226e61f9024491c34c5d37319cc58abdd7a Mon Sep 17 00:00:00 2001 From: Shipra Verma Date: Fri, 5 Feb 2021 08:09:34 +0530 Subject: [PATCH] formatted document --- src/components/ErrorPage.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/ErrorPage.js b/src/components/ErrorPage.js index 5336b83..9204507 100644 --- a/src/components/ErrorPage.js +++ b/src/components/ErrorPage.js @@ -7,9 +7,7 @@ class ErrorPage extends Component { render() { return (
-
- - +
-

Sorry, the page you were looking for doesn't exist. If you think something is wrong, try again.

+

Sorry, the page you were looking for doesn't exist. If you think something is wrong, try again.

+
-
) } }