We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb422d commit 460ed3dCopy full SHA for 460ed3d
polling-app-client/src/common/ServerError.js
@@ -3,7 +3,7 @@ import './ServerError.css';
3
import { Link } from 'react-router-dom';
4
import { Button } from 'antd';
5
6
-class NotFound extends Component {
+class ServerError extends Component {
7
render() {
8
return (
9
<div className="server-error-page">
@@ -19,4 +19,4 @@ class NotFound extends Component {
19
}
20
21
22
-export default NotFound;
+export default ServerError;
0 commit comments