✨Feat: 增加 Card 组件
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { Button } from '@heroui/react';
|
||||
import Card from "./components/Card"
|
||||
|
||||
|
||||
function App() {
|
||||
|
||||
return (
|
||||
<> <Button>
|
||||
My Button
|
||||
</Button></>
|
||||
<><Card /></>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user