Skip to content

Commit 62e42f4

Browse files
authored
Merge pull request #122 from exKAZUu/master
fix: remove unnecessary import statement
2 parents 925df12 + 777837d commit 62e42f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

auth/useSignInWithEmailAndPassword.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useState, useMemo } from 'react';
22
import firebase from 'firebase/app';
3-
import 'firebase/auth';
43
import { EmailAndPasswordActionHook } from './types';
54

65
export default (auth: firebase.auth.Auth): EmailAndPasswordActionHook => {

0 commit comments

Comments
 (0)