We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adff7e2 commit 47c4edcCopy full SHA for 47c4edc
client/src/pages/sorteo/SorteoRifa.jsx
@@ -3,8 +3,8 @@ import { useParams, useNavigate } from 'react-router-dom';
3
import { FaTrophy, FaArrowLeft, FaExclamationCircle, FaInfoCircle } from 'react-icons/fa';
4
import useAuthStore from '../../store/auth-store/use-auth-store';
5
import { getRifaById, checkRifaForDraw, realizarSorteo } from '../../api/rifa';
6
-import AnimacionSorteo from '../../components/sorteo/AnimacionSorteo';
7
-import ResultadoSorteo from '../../components/sorteo/ResultadoSorteo';
+import AnimacionSorteo from '../../components/sorteo/AnimacionSorteo.jsx';
+import ResultadoSorteo from '../../components/sorteo/ResultadoSorteo.jsx';
8
9
const SorteoRifa = () => {
10
const { rifaId } = useParams();
0 commit comments