Skip to content

Commit

Permalink
refactor: change import to ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinx0 committed Nov 8, 2024
1 parent fee12c9 commit 3b9c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SolicitudCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useSession } from '@/context/SessionProvider';
import { HelpRequestAdditionalInfo, HelpRequestData } from '@/types/Requests';
import AsignarSolicitudButton from '@/components/AsignarSolicitudButton';
import SolicitudHelpCount from '@/components/SolicitudHelpCount';
import PhoneInfo from '@/components/PhoneInfo.js';
import PhoneInfo from '@/components/PhoneInfo';
import { useTowns } from '@/context/TownProvider';

type SolicitudCardProps = {
Expand Down

0 comments on commit 3b9c68e

Please sign in to comment.