more small eslint fixes

This commit is contained in:
f0x
2022-11-07 20:10:18 +00:00
parent 17ffab3be9
commit 60c5d691ef
3 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,6 @@
"use strict";
const Promise = require("bluebird");
const React = require("react");
module.exports = function ErrorFallback({error, resetErrorBoundary}) {