Skip to content

Commit c689795

Browse files
committed
fix lint error
1 parent 06beb2c commit c689795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/database/src/core/RepoManager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
*/
1717

1818
import { FirebaseApp } from '@firebase/app-types';
19-
import { FirebaseApp as FirebaseAppExp } from '@firebase/app-exp';
19+
// eslint-disable-next-line import/no-extraneous-dependencies
20+
import type { FirebaseApp as FirebaseAppExp } from '@firebase/app-exp';
2021
import { safeGet } from '@firebase/util';
2122
import { Repo } from './Repo';
2223
import { fatal, log } from './util/util';

0 commit comments

Comments
 (0)