Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
corevo committed Apr 16, 2018
1 parent 9228033 commit 4242b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/selenium-ide/src/neo/containers/Panel/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import "../../styles/layout.css";
import "../../styles/resizer.css";
import "../../styles/markdown.css";

import { loadProject, exportProject, saveProject } from "../../IO/filesystem";
import { loadProject, saveProject } from "../../IO/filesystem";
import "../../IO/notifications";

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

0 comments on commit 4242b10

Please sign in to comment.