Skip to content

Commit

Permalink
chore: add common cmd folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Sep 10, 2024
1 parent 9cd7d7d commit a7b14c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/cloud-element-templates/cmd/ElementTemplateCommands.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ChangeElementTemplateHandler from './ChangeElementTemplateHandler';
import RemoveElementTemplateHandler from '../../element-templates/cmd/RemoveElementTemplateHandler';
import MultiCommandHandler from '../../element-templates/cmd/MultiCommandHandler';
import RemoveElementTemplateHandler from '../../cmd/RemoveElementTemplateHandler';
import MultiCommandHandler from '../../cmd/MultiCommandHandler';

export default class ElementTemplatesCommands {
constructor(commandStack, elementTemplates, eventBus) {
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/element-templates/cmd/ElementTemplateCommands.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ChangeElementTemplateHandler from './ChangeElementTemplateHandler';
import RemoveElementTemplateHandler from './RemoveElementTemplateHandler';
import MultiCommandHandler from './MultiCommandHandler';
import RemoveElementTemplateHandler from '../../cmd/RemoveElementTemplateHandler';
import MultiCommandHandler from '../../cmd/MultiCommandHandler';

export default class ElementTemplatesCommands {
constructor(commandStack, elementTemplates, eventBus) {
Expand Down

0 comments on commit a7b14c4

Please sign in to comment.