Skip to content

Commit 5232c86

Browse files
author
Baptist
committed
reset playground indent
1 parent c080436 commit 5232c86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

playgrounds/vite/src/app.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export function App() {
2-
return (
3-
<div className="m-3 p-3 border">
4-
<h1 className="text-blue-500">Hello World</h1>
5-
</div>
6-
);
2+
return (
3+
<div className="m-3 p-3 border">
4+
<h1 className="text-blue-500">Hello World</h1>
5+
</div>
6+
)
77
}

0 commit comments

Comments
 (0)