export async function getDb()

in employee-ui/src/utils/Firestore.js [25:27]


export async function getDb() {
  return await getFirestore();
}