diff --git a/apps/webapp/app/components/billing/UsageBar.tsx b/apps/webapp/app/components/billing/UsageBar.tsx index e9bd3c433..b1c51f438 100644 --- a/apps/webapp/app/components/billing/UsageBar.tsx +++ b/apps/webapp/app/components/billing/UsageBar.tsx @@ -2,6 +2,7 @@ import { cn } from "~/utils/cn"; import { formatter, separator } from "~/utils/numberFormatter"; import { Paragraph } from "../primitives/Paragraph"; import { SimpleTooltip } from "../primitives/Tooltip"; +import { motion } from "framer-motion"; type UsageBarProps = { numberOfCurrentRuns: number; @@ -37,7 +38,10 @@ export function UsageBar({