diff --git a/src/components/ContentDistribution.tsx b/src/components/ContentDistribution.tsx index af24c64..dd32a4a 100644 --- a/src/components/ContentDistribution.tsx +++ b/src/components/ContentDistribution.tsx @@ -2,6 +2,7 @@ import * as React from 'react'; import { motion, useReducedMotion } from 'framer-motion'; +import clsx from 'clsx'; type Props = { className?: string; // e.g. "w-full h-80" @@ -135,7 +136,12 @@ export default function ContentDistribution({ className, bg = '#ffffff' }: Props const prefersReduced = useReducedMotion(); return ( -