mirror of
https://github.com/remvze/moodist.git
synced 2025-12-18 09:24:14 +00:00
fix: fix icon imports
This commit is contained in:
parent
15953ef856
commit
a3eb479140
2 changed files with 3 additions and 3 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { BiPause, BiPlay } from 'react-icons/bi';
|
||||
import { BiPause, BiPlay } from 'react-icons/bi/index';
|
||||
|
||||
import { usePlay } from '@/contexts/play';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue