chore: release 2.2.69 (PageSpeed optimizations)
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 27s
Build & Deploy / 🚀 Deploy (push) Successful in 34s
Build & Deploy / 🧪 QA (push) Successful in 1m46s
Build & Deploy / 🏗️ Build (push) Successful in 3m38s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 1m19s
Build & Deploy / 🔔 Notify (push) Successful in 5s

This commit is contained in:
2026-06-26 09:53:12 +02:00
parent 7e552bbea5
commit 474672b2a1
31 changed files with 141 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
'use client';
import React, { useEffect, useState } from 'react';
import { useMotionValue, useTransform, animate, useInView, m, LazyMotion, domAnimation } from 'framer-motion';
import { useMotionValue, useTransform, animate, useInView, m } from 'framer-motion';
interface AnimatedCounterProps {
value: number;

View File

@@ -1,6 +1,6 @@
'use client';
import { useInView, m, LazyMotion, domAnimation } from 'framer-motion';
import { useInView, m } from 'framer-motion';
import { useRef } from 'react';
/**