diff options
Diffstat (limited to 'web/source/settings/components/error.jsx')
-rw-r--r-- | web/source/settings/components/error.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/source/settings/components/error.jsx b/web/source/settings/components/error.jsx index 283083481..3205cd5e3 100644 --- a/web/source/settings/components/error.jsx +++ b/web/source/settings/components/error.jsx @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -"use strict"; - const React = require("react"); function ErrorFallback({ error, resetErrorBoundary }) { |