Skip to content

Commit 135ed48

Browse files
authored
Update ErrorBoundary.js
1 parent 8ccbe42 commit 135ed48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/ErrorBoundary/ErrorBoundary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from "react";
22

3-
export default class extends Component {
3+
export default class ErrorBoundary extends Component {
44
state = {
55
hasError: false,
66
};

0 commit comments

Comments
 (0)