unread problem fixed
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user