Skip to content

Commit

Permalink
fix(picker-customer): unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
realappie committed Nov 3, 2021
1 parent 492684e commit 9754a85
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/picker-customers/picker-customers.tsx
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 9754a85

Please sign in to comment.