diff --git a/src/components/scroll-to-top/scroll-to-top.tsx b/src/components/scroll-to-top/scroll-to-top.tsx index 8e7462b..1781282 100644 --- a/src/components/scroll-to-top/scroll-to-top.tsx +++ b/src/components/scroll-to-top/scroll-to-top.tsx @@ -1,5 +1,5 @@ import { useState, useEffect } from 'react'; -import { BiUpArrowAlt } from 'react-icons/bi'; +import { BiUpArrowAlt } from 'react-icons/bi/index'; import { motion, AnimatePresence } from 'framer-motion'; import { mix, fade, slideY } from '@/lib/motion';