Skip to content

Commit a34fb33

Browse files
committed
remove unused imports
1 parent 4963a12 commit a34fb33

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

ui-react-starter/src/controllers/CommandController.jsx

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

43
const _id = Symbol("_id");

ui-react-starter/src/controllers/PanelController.jsx

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

43
const _id = Symbol("_id");

ui-react-starter/src/index.jsx

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
import "./styles.css";
54
import { PanelController } from "./controllers/PanelController.jsx";

0 commit comments

Comments
 (0)