diff --git a/src/pages/Sponsors.tsx b/src/pages/Sponsors.tsx index 6083909..6366157 100644 --- a/src/pages/Sponsors.tsx +++ b/src/pages/Sponsors.tsx @@ -1,7 +1,7 @@ import { useState } from 'react' import { useQuery } from '@tanstack/react-query' -import { sponsorsService } from '../services/sponsors.service' -import { useTransaction } from '../hooks/useTransaction' +import { sponsorsService } from '../services/sponsors.service.ts' +import { useTransaction } from '../hooks/useTransaction.ts' import { useWallet } from '../hooks/useWallet' import { Button } from '../components/ui/Button' import { Card } from '../components/ui/Card'