Skip to content

Commit 460ed3d

Browse files
author
Rajeev Kumar Singh
committed
Fixed ServerError component
1 parent cfb422d commit 460ed3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polling-app-client/src/common/ServerError.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import './ServerError.css';
33
import { Link } from 'react-router-dom';
44
import { Button } from 'antd';
55

6-
class NotFound extends Component {
6+
class ServerError extends Component {
77
render() {
88
return (
99
<div className="server-error-page">
@@ -19,4 +19,4 @@ class NotFound extends Component {
1919
}
2020
}
2121

22-
export default NotFound;
22+
export default ServerError;

0 commit comments

Comments
 (0)