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