|
1 |
| -import * as underlineLeftRight from './underlineLeftRight'; |
2 |
| -import * as pulse from './pulse'; |
3 |
| -import * as pressDownButton from './pressDownButton'; |
4 |
| -import * as borderMarker from './borderMarker'; |
5 |
| -import * as overlayLeft from './overlayLeft'; |
6 |
| -import * as magnifyButton from './magnifyButton'; |
7 |
| -import * as swing from './swing'; |
8 |
| -import * as skeleton from './skeleton'; |
9 |
| -import * as horizontalOverlay from './horizontalOverlay'; |
10 |
| -import * as borderFade from './borderFade'; |
11 |
| -import * as textTransformX from './textTransformX'; |
12 |
| -import * as circleScaleButton from './circleScaleButton'; |
| 1 | +import * as UnderlineLeftRight from './UnderlineLeftRight'; |
| 2 | +import * as Pulse from './Pulse'; |
| 3 | +import * as PressDownButton from './PressDownButton'; |
| 4 | +import * as BorderMarker from './BorderMarker'; |
| 5 | +import * as OverlayLeft from './OverlayLeft'; |
| 6 | +import * as MagnifyButton from './MagnifyButton'; |
| 7 | +import * as Swing from './Swing'; |
| 8 | +import * as Skeleton from './Skeleton'; |
| 9 | +import * as HorizontalOverlay from './HorizontalOverlay'; |
| 10 | +import * as BorderFade from './BorderFade'; |
| 11 | +import * as TextTransformX from './TextTransformX'; |
| 12 | +import * as CircleScaleButton from './CircleScaleButton'; |
13 | 13 |
|
14 | 14 | const allSnippets = [
|
15 |
| - underlineLeftRight, |
16 |
| - pulse, |
17 |
| - pressDownButton, |
18 |
| - borderMarker, |
19 |
| - overlayLeft, |
20 |
| - magnifyButton, |
21 |
| - swing, |
22 |
| - skeleton, |
23 |
| - horizontalOverlay, |
24 |
| - borderFade, |
25 |
| - textTransformX, |
26 |
| - circleScaleButton |
| 15 | + UnderlineLeftRight, |
| 16 | + Pulse, |
| 17 | + PressDownButton, |
| 18 | + BorderMarker, |
| 19 | + OverlayLeft, |
| 20 | + MagnifyButton, |
| 21 | + Swing, |
| 22 | + Skeleton, |
| 23 | + HorizontalOverlay, |
| 24 | + BorderFade, |
| 25 | + TextTransformX, |
| 26 | + CircleScaleButton |
27 | 27 | ];
|
28 | 28 |
|
29 | 29 | export default allSnippets;
|
0 commit comments