Skip to content

Commit 6c91a94

Browse files
fmt
1 parent 01be9ff commit 6c91a94

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default function Hello() {
2-
return <h1>ok</h1>
3-
}
2+
return <h1>ok</h1>;
3+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default function Hello() {
2-
return <h1>ok</h1>
3-
}
2+
return <h1>ok</h1>;
3+
}

0 commit comments

Comments
 (0)