summaryrefslogtreecommitdiff
path: root/web/source/settings/lib/form
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/lib/form')
-rw-r--r--web/source/settings/lib/form/bool.jsx2
-rw-r--r--web/source/settings/lib/form/check-list.jsx2
-rw-r--r--web/source/settings/lib/form/combo-box.jsx2
-rw-r--r--web/source/settings/lib/form/context.jsx2
-rw-r--r--web/source/settings/lib/form/field-array.jsx2
-rw-r--r--web/source/settings/lib/form/file.jsx2
-rw-r--r--web/source/settings/lib/form/form-with-data.jsx2
-rw-r--r--web/source/settings/lib/form/get-form-mutations.js2
-rw-r--r--web/source/settings/lib/form/index.js2
-rw-r--r--web/source/settings/lib/form/radio.jsx2
-rw-r--r--web/source/settings/lib/form/submit.js2
-rw-r--r--web/source/settings/lib/form/text.jsx2
12 files changed, 0 insertions, 24 deletions
diff --git a/web/source/settings/lib/form/bool.jsx b/web/source/settings/lib/form/bool.jsx
index d7d916602..47a4bbd1b 100644
--- a/web/source/settings/lib/form/bool.jsx
+++ b/web/source/settings/lib/form/bool.jsx
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const React = require("react");
const _default = false;
diff --git a/web/source/settings/lib/form/check-list.jsx b/web/source/settings/lib/form/check-list.jsx
index fb1fdd32b..2f649dba6 100644
--- a/web/source/settings/lib/form/check-list.jsx
+++ b/web/source/settings/lib/form/check-list.jsx
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const React = require("react");
const syncpipe = require("syncpipe");
const { createSlice } = require("@reduxjs/toolkit");
diff --git a/web/source/settings/lib/form/combo-box.jsx b/web/source/settings/lib/form/combo-box.jsx
index 8506d72f0..985c262d8 100644
--- a/web/source/settings/lib/form/combo-box.jsx
+++ b/web/source/settings/lib/form/combo-box.jsx
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const React = require("react");
const { useComboboxState } = require("ariakit/combobox");
diff --git a/web/source/settings/lib/form/context.jsx b/web/source/settings/lib/form/context.jsx
index b25bb11b7..1eb24a931 100644
--- a/web/source/settings/lib/form/context.jsx
+++ b/web/source/settings/lib/form/context.jsx
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const React = require("react");
const FormContext = React.createContext({});
diff --git a/web/source/settings/lib/form/field-array.jsx b/web/source/settings/lib/form/field-array.jsx
index beea0bc9b..f2d7bc7ce 100644
--- a/web/source/settings/lib/form/field-array.jsx
+++ b/web/source/settings/lib/form/field-array.jsx
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const React = require("react");
const getFormMutations = require("./get-form-mutations");
diff --git a/web/source/settings/lib/form/file.jsx b/web/source/settings/lib/form/file.jsx
index b28361c61..a9e96dc97 100644
--- a/web/source/settings/lib/form/file.jsx
+++ b/web/source/settings/lib/form/file.jsx
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const React = require("react");
const prettierBytes = require("prettier-bytes");
diff --git a/web/source/settings/lib/form/form-with-data.jsx b/web/source/settings/lib/form/form-with-data.jsx
index 73799da70..ef05c46c0 100644
--- a/web/source/settings/lib/form/form-with-data.jsx
+++ b/web/source/settings/lib/form/form-with-data.jsx
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const React = require("react");
const { Error } = require("../../components/error");
diff --git a/web/source/settings/lib/form/get-form-mutations.js b/web/source/settings/lib/form/get-form-mutations.js
index 6bdc3e4cd..b0ae6e9b0 100644
--- a/web/source/settings/lib/form/get-form-mutations.js
+++ b/web/source/settings/lib/form/get-form-mutations.js
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const syncpipe = require("syncpipe");
module.exports = function getFormMutations(form, { changedOnly }) {
diff --git a/web/source/settings/lib/form/index.js b/web/source/settings/lib/form/index.js
index 3d5f5238b..99537ae7f 100644
--- a/web/source/settings/lib/form/index.js
+++ b/web/source/settings/lib/form/index.js
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const React = require("react");
const getByDot = require("get-by-dot").default;
diff --git a/web/source/settings/lib/form/radio.jsx b/web/source/settings/lib/form/radio.jsx
index c4bb77e7a..4bb061f4b 100644
--- a/web/source/settings/lib/form/radio.jsx
+++ b/web/source/settings/lib/form/radio.jsx
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const React = require("react");
const _default = "";
diff --git a/web/source/settings/lib/form/submit.js b/web/source/settings/lib/form/submit.js
index 2d1d42b3a..ab2945812 100644
--- a/web/source/settings/lib/form/submit.js
+++ b/web/source/settings/lib/form/submit.js
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const Promise = require("bluebird");
const React = require("react");
const getFormMutations = require("./get-form-mutations");
diff --git a/web/source/settings/lib/form/text.jsx b/web/source/settings/lib/form/text.jsx
index 0d7753bef..f9c096ac8 100644
--- a/web/source/settings/lib/form/text.jsx
+++ b/web/source/settings/lib/form/text.jsx
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-"use strict";
-
const React = require("react");
const _default = "";