Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Jan 28, 2023
1 parent 8993c76 commit 6ae59ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useTicket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { useEffect, useRef, useState } from 'react';
import { useNavigate, useParams } from 'react-router-dom';
import { useReactToPrint } from 'react-to-print';

// import { format } from 'date-fns';
import { Content } from 'types/ServicesProps';

import { useToast } from 'contexts/Toast';
Expand Down

0 comments on commit 6ae59ca

Please sign in to comment.