import { Button } from '@heroui/react';
function App() {
return (
<> <Button>
My Button
</Button></>
)
}
export default App