Skip to content

Commit 220bb75

Browse files
committed
Remove display statement since it duplicated the functionality of show
1 parent 7043621 commit 220bb75

4 files changed

Lines changed: 371 additions & 427 deletions

File tree

core/lib/actions/Display.js

Lines changed: 0 additions & 50 deletions
This file was deleted.

core/lib/actions/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ export * from './Centered';
33
export * from './Choice';
44
export * from './Clear';
55
export * from './Conditional';
6-
7-
// Message and display use the same statement so this order is required.
8-
export * from './Message';
9-
export * from './Display';
10-
116
export * from './End';
127
export * from './Function';
138
export * from './Hide';
149
export * from './InputModal';
1510
export * from './Jump';
11+
export * from './Message';
1612
export * from './Next';
1713
export * from './Notify';
1814
export * from './Particles';

0 commit comments

Comments
 (0)