aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/web/src/gui/core/forms.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'diplomacy/web/src/gui/core/forms.jsx')
-rw-r--r--diplomacy/web/src/gui/core/forms.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/diplomacy/web/src/gui/core/forms.jsx b/diplomacy/web/src/gui/core/forms.jsx
index 76d188c..da7250d 100644
--- a/diplomacy/web/src/gui/core/forms.jsx
+++ b/diplomacy/web/src/gui/core/forms.jsx
@@ -15,8 +15,8 @@
// with this program. If not, see <https://www.gnu.org/licenses/>.
// ==============================================================================
import React from "react";
-import {Button} from "./widgets";
import {UTILS} from "../../diplomacy/utils/utils";
+import {Button} from "./button";
export class Forms {
static createOnChangeCallback(component, callback) {