We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c1dfc commit c080436Copy full SHA for c080436
playgrounds/vite/src/app.tsx
@@ -2,12 +2,6 @@ export function App() {
2
return (
3
<div className="m-3 p-3 border">
4
<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>
11
</div>
12
);
13
}
0 commit comments