diff --git a/src/components/categories/categories.tsx b/src/components/categories/categories.tsx index 80b1df8..d88ee88 100644 --- a/src/components/categories/categories.tsx +++ b/src/components/categories/categories.tsx @@ -1,5 +1,5 @@ -import { BiSolidTree } from 'react-icons/bi'; -import { FaCity } from 'react-icons/fa'; +import { BiSolidTree } from 'react-icons/bi/index'; +import { FaCity } from 'react-icons/fa/index'; import { Container } from '@/components/container'; import { Category } from '@/components/category'; diff --git a/src/components/play-button/play-button.tsx b/src/components/play-button/play-button.tsx index 61aabe5..121b669 100644 --- a/src/components/play-button/play-button.tsx +++ b/src/components/play-button/play-button.tsx @@ -1,4 +1,4 @@ -import { BiPause, BiPlay } from 'react-icons/bi'; +import { BiPause, BiPlay } from 'react-icons/bi/index'; import { usePlay } from '@/contexts/play';