Skip to content

Commit 47c4edc

Browse files
authored
Update SorteoRifa.jsx
1 parent adff7e2 commit 47c4edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/pages/sorteo/SorteoRifa.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { useParams, useNavigate } from 'react-router-dom';
33
import { FaTrophy, FaArrowLeft, FaExclamationCircle, FaInfoCircle } from 'react-icons/fa';
44
import useAuthStore from '../../store/auth-store/use-auth-store';
55
import { getRifaById, checkRifaForDraw, realizarSorteo } from '../../api/rifa';
6-
import AnimacionSorteo from '../../components/sorteo/AnimacionSorteo';
7-
import ResultadoSorteo from '../../components/sorteo/ResultadoSorteo';
6+
import AnimacionSorteo from '../../components/sorteo/AnimacionSorteo.jsx';
7+
import ResultadoSorteo from '../../components/sorteo/ResultadoSorteo.jsx';
88

99
const SorteoRifa = () => {
1010
const { rifaId } = useParams();

0 commit comments

Comments
 (0)