import SetCellStyleCommand from './SetCellStyleCommand'; import SetCellDataCommand from './SetCellDataCommand'; import SetRowDataCommand from './SetRowDataCommand'; import InsertTreeRowCommand from './InsertTreeRowCommand'; import MoveRowCommand from './MoveRowCommand'; import PushRowCommand from './PushRowCommand'; import DeleteRowCommand from './DeleteRowCommand'; import RecalculateCommand from './RecalculateCommand'; import ClearSelectionCommand from './ClearSelectionCommand'; import SelectCellCommand from './SelectCellCommand'; const commands = { SetCellStyleCommand, SetCellDataCommand, SetRowDataCommand, InsertTreeRowCommand, MoveRowCommand, PushRowCommand, DeleteRowCommand, RecalculateCommand, SelectCellCommand, }; export default commands;