mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
Fixed incorrect import in card component (#1364)
This commit is contained in:
parent
87918ac5b4
commit
25a918d146
@ -140,7 +140,7 @@ const ShuffleIcon = `export const ShuffleIcon = ({size = 24, width, height, ...p
|
||||
</svg>
|
||||
);`;
|
||||
|
||||
const App = `import {Card, CardFooter, Image, Button, Progress} from "@nextui-org/react";
|
||||
const App = `import {Card, CardBody, Image, Button, Progress} from "@nextui-org/react";
|
||||
import {HeartIcon} from "./HeartIcon";
|
||||
import {PauseCircleIcon} from "./PauseCircleIcon";
|
||||
import {NextIcon} from "./NextIcon";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user