ErrorBoundary moved from common to shared

This commit is contained in:
Akmal Isomadinov 2024-02-07 14:44:26 +05:00
parent 00c481ad77
commit a509ef0332
2 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import React from "react";
import PropTypes from "prop-types";
import Error520 from "client/Error520";
class ErrorBoundary extends React.Component {