Skip to content

Commit 838fbf3

Browse files
authored
Merge a9a380d into 014fc2f
2 parents 014fc2f + a9a380d commit 838fbf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/database/exp-types/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { FirebaseApp } from '@firebase/app-types';
18+
// eslint-disable-next-line import/no-extraneous-dependencies
19+
import { FirebaseApp } from '@firebase/app';
1920

2021
/**
2122
* @public

0 commit comments

Comments
 (0)