-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to bpmn-io/bpmn-js-properties-panel#616
- Loading branch information
Niklas Kiefer
committed
Mar 25, 2022
1 parent
f158b24
commit 803a367
Showing
4 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
export { default as ArrowIcon } from './Arrow.svg'; | ||
export { default as CreateIcon } from './Create.svg'; | ||
export { default as DeleteIcon } from './Delete.svg'; | ||
export { default as ExternalLinkIcon } from './ExternalLink.svg'; | ||
export { default as FeelRequiredIcon } from './FeelRequired.svg'; | ||
export { default as FeelOptionalIcon } from './FeelOptional.svg'; |