Skip to content

Commit

Permalink
refactor: eb
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jun 25, 2024
1 parent 8daec92 commit b3ee19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/components/Common/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { ErrorInfo, ReactNode } from 'react';
import { Component } from 'react';
import Custom500 from 'src/pages/500';

//
interface ErrorBoundaryProps {
children?: ReactNode;
}
Expand Down

0 comments on commit b3ee19d

Please sign in to comment.