diff --git a/src/components/picker-customers/picker-customers.tsx b/src/components/picker-customers/picker-customers.tsx index 95df07a..fd95b14 100644 --- a/src/components/picker-customers/picker-customers.tsx +++ b/src/components/picker-customers/picker-customers.tsx @@ -1,8 +1,7 @@ -import { Component, Event, h, State, EventEmitter } from '@stencil/core'; -import { DocumentReference, collection, getDocs, getDoc } from 'firebase/firestore'; -import { firebaseServiceInstance } from '../../firebase'; +import { Component, Event, EventEmitter, h, State } from '@stencil/core'; import { signOut } from "firebase/auth"; -import { getDownloadURL, ref } from 'firebase/storage'; +import { collection, DocumentReference, getDoc, getDocs } from 'firebase/firestore'; +import { firebaseServiceInstance } from '../../firebase'; interface BaseCustomer { logoPath: string; name: string;