Fixed incorrect import in card component (#1364)

This commit is contained in:
navedqb 2023-08-11 17:34:17 +05:30 committed by GitHub
parent 87918ac5b4
commit 25a918d146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";