fixed some things
All checks were successful
Build frontend / build (push) Successful in 45s

This commit is contained in:
mouazkh
2026-04-16 21:18:31 +03:00
parent 04fa34107b
commit c46173d7c6

View File

@ -1,4 +1,4 @@
'use client';
'use client';
import { useState, useRef } from 'react';
import { motion, AnimatePresence } from 'framer-motion';