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 b3ee19d commit e0f0d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/components/Common/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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 e0f0d05

Please sign in to comment.