unread problem fixed

This commit is contained in:
2025-11-10 11:23:17 +08:00
parent 3530f6d52e
commit 6cb762bf76

View File

@@ -1,5 +1,5 @@
import { Box, HStack, Image, Stack, Text, Link, Flex } from '@chakra-ui/react' import { Box, HStack, Image, Stack, Text, Link, Flex } from '@chakra-ui/react'
import { motion, useInView, useAnimation } from 'framer-motion' import { motion, useInView } from 'framer-motion'
import { useEffect, useRef, useState } from 'react'; import { useEffect, useRef, useState } from 'react';
const MotionBox = motion.create(Box) const MotionBox = motion.create(Box)