Skip to content

Commit 1cde53a

Browse files
committed
[test] husky 테스트
1 parent 6e34507 commit 1cde53a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/api/test.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function test() {
2-
return (
3-
<div>test</div>
4-
)
2+
return <div>test</div>;
53
}
6-
export default test
4+
export default test;

0 commit comments

Comments
 (0)