import React from 'react'; import { AnimatedBox, Box } from '../Box'; import { Normalize } from '../../utils/normalize'; import type { IOpacity } from './skeleton'; export const ProductCart = ({ opacity }: IOpacity) => { return ( ); };