fix: resolve typescript compilation errors
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 56s

This commit is contained in:
Cauê Faleiros
2026-05-04 15:02:29 -03:00
parent cb538fb79e
commit 9d8779ede3
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { useMemo } from 'react';
import { useParams, Link, useOutletContext } from 'react-router-dom';
import { ArrowLeft, User, Calendar, Tag, Package, DollarSign } from 'lucide-react';
import { ArrowLeft, User, Tag, Package, DollarSign } from 'lucide-react';
import type { OrderData } from '../types';
const ClientDetails = () => {