Skip to content

Commit 092c99c

Browse files
committed
remove unused var
1 parent da4717c commit 092c99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/firebaseNamespaceCore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
FirebaseServiceNamespace,
3030
AppHook
3131
} from '@firebase/app-types/private';
32-
import { deepExtend, contains, CONSTANTS } from '@firebase/util';
32+
import { deepExtend, contains } from '@firebase/util';
3333
import { FirebaseAppImpl } from './firebaseApp';
3434
import { ERROR_FACTORY, AppError } from './errors';
3535
import { FirebaseAppLiteImpl } from './lite/firebaseAppLite';

0 commit comments

Comments
 (0)