Skip to content

Commit c080436

Browse files
author
Baptist
committed
reset playground
1 parent e7c1dfc commit c080436

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

playgrounds/vite/src/app.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ export function App() {
22
return (
33
<div className="m-3 p-3 border">
44
<h1 className="text-blue-500">Hello World</h1>
5-
<button
6-
className="bg-blue-500 text-white p-2 rounded-2xl corner-squircle"
7-
type="button"
8-
>
9-
Click me
10-
</button>
115
</div>
126
);
137
}

0 commit comments

Comments
 (0)