From 6cb762bf76e1ac637dd9be710fe8a87d4977b720 Mon Sep 17 00:00:00 2001 From: philipcheung Date: Mon, 10 Nov 2025 11:23:17 +0800 Subject: [PATCH] unread problem fixed --- src/components/new_ui/truth.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/new_ui/truth.tsx b/src/components/new_ui/truth.tsx index f8d8c29..83e2500 100644 --- a/src/components/new_ui/truth.tsx +++ b/src/components/new_ui/truth.tsx @@ -1,5 +1,5 @@ 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'; const MotionBox = motion.create(Box)