Skip to content

Commit 5ed8009

Browse files
committed
Fix broken build
1 parent ab293fd commit 5ed8009

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages-exp/auth-exp/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { FirebaseApp } from '@firebase/app-exp';
18+
import { FirebaseApp, _getProvider } from '@firebase/app-exp';
1919

2020
import { initializeAuth } from './src';
2121
import { registerAuth } from './src/core/auth/register';
@@ -65,7 +65,6 @@ import {
6565
UserProfile,
6666
PhoneInfoOptions
6767
} from '@firebase/auth-types-exp';
68-
import { _getProvider } from '@firebase/app-exp';
6968

7069
// Public types
7170
export {

0 commit comments

Comments
 (0)