update exported name in open-cart component

This commit is contained in:
StephDietz 2023-07-13 15:18:32 -05:00
parent fd8b7fd539
commit 5f0280f4c1

View File

@ -1,7 +1,7 @@
import { ShoppingCartIcon } from '@heroicons/react/24/outline';
import clsx from 'clsx';
export default function CartIcon({
export default function OpenCart({
className,
quantity
}: {