Skip to content

Commit 4242b10

Browse files
committed
remove unnecessary import
1 parent 9228033 commit 4242b10

File tree

1 file changed

+1
-1
lines changed
  • packages/selenium-ide/src/neo/containers/Panel

1 file changed

+1
-1
lines changed

packages/selenium-ide/src/neo/containers/Panel/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import "../../styles/layout.css";
4242
import "../../styles/resizer.css";
4343
import "../../styles/markdown.css";
4444

45-
import { loadProject, exportProject, saveProject } from "../../IO/filesystem";
45+
import { loadProject, saveProject } from "../../IO/filesystem";
4646
import "../../IO/notifications";
4747

4848
if (process.env.NODE_ENV !== "test") {

0 commit comments

Comments
 (0)