Skip to content

Commit 7607836

Browse files
committed
remove unnecessary coma
1 parent d17b632 commit 7607836

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

ZoomIn.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ const ZoomIn = styled(BaseAnimation)`
1818
`;
1919

2020
export default ZoomIn;
21-
;

ZoomInDown.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ const ZoomInDown = styled(BaseAnimation)`
2121
`;
2222

2323
export default ZoomInDown;
24-
;

ZoomInLeft.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ const ZoomInLeft = styled(BaseAnimation)`
2121
`;
2222

2323
export default ZoomInLeft;
24-
;

ZoomInRight.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ const ZoomInRight = styled(BaseAnimation)`
2121
`;
2222

2323
export default ZoomInRight;
24-
;

ZoomInUp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ const ZoomInUp = styled(BaseAnimation)`
2121
`;
2222

2323
export default ZoomInUp;
24-
;

ZoomOut.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ const ZoomOut = styled(BaseAnimation)`
2222
`;
2323

2424
export default ZoomOut;
25-
;

ZoomOutDown.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ const ZoomOutDown = styled(BaseAnimation)`
2222
`;
2323

2424
export default ZoomOutDown;
25-
;

ZoomOutLeft.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ const ZoomOutLeft = styled(BaseAnimation)`
2020
`;
2121

2222
export default ZoomOutLeft;
23-
;

0 commit comments

Comments
 (0)