Skip to content

Commit d49966b

Browse files
committed
Update toolbarList.js
1 parent 034075b commit d49966b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/toolbarActions/toolbarList.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-alert */
22
import {
3-
FaSave, FaUndo, FaRedo, FaTrash, FaFileImport, FaPlus, FaDownload, FaEdit, FaRegTimesCircle, FaShare, FaHistory,
3+
FaSave, FaUndo, FaRedo, FaTrash, FaFileImport, FaPlus, FaDownload, FaEdit, FaRegTimesCircle, FaHistory,
44
FaHammer, FaBug, FaBomb, FaToggleOn, FaThermometerEmpty,
55
} from 'react-icons/fa';
66

@@ -11,7 +11,7 @@ import {
1111

1212
import {
1313
createNode, editElement, deleteElem, downloadImg, saveAction, saveGraphMLFile,
14-
createFile, readFile, clearAll, undo, redo, openShareModal, viewHistory,
14+
createFile, readFile, clearAll, undo, redo, viewHistory,
1515
toggleServer,
1616
// openSettingModal,
1717
} from './toolbarFunctions';

0 commit comments

Comments
 (0)