Skip to content

Commit fbe8530

Browse files
committed
remove unused import
1 parent 92ed04d commit fbe8530

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/test_reactjs/js_fixtures/subcomponent-notation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from "react";
2-
import ReactDOM from "react-dom";
32

43
const InputGroup = ({ children }) => React.createElement("div", { className: "input-group" }, children);
54
InputGroup.Text = ({ children, ...props }) => React.createElement("span", { className: "input-group-text", ...props }, children);

tests/test_web/js_fixtures/subcomponent-notation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from "react";
2-
import ReactDOM from "react-dom";
32

43
const InputGroup = ({ children }) => React.createElement("div", { className: "input-group" }, children);
54
InputGroup.Text = ({ children, ...props }) => React.createElement("span", { className: "input-group-text", ...props }, children);

0 commit comments

Comments
 (0)