diff --git a/web/src/components/BarberList.tsx b/web/src/components/BarberList.tsx index aaa42ee..95b70e0 100644 --- a/web/src/components/BarberList.tsx +++ b/web/src/components/BarberList.tsx @@ -1,5 +1,5 @@ import { Barber } from '../types'; -import { User, Scissors } from 'lucide-react'; +import { User } from 'lucide-react'; export const BarberList = ({ barbers }: { barbers: Barber[] }) => (