mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 02:26:30 +08:00
chore(app): refactor default re-export syntax (#3036)
This commit is contained in:
committed by
Mike Diarmid
parent
e7fced7348
commit
2e2b24e51d
@@ -18,6 +18,6 @@
|
||||
import { getFirebaseRoot } from './internal/registry/namespace';
|
||||
|
||||
export const firebase = getFirebaseRoot();
|
||||
export utils from './utils';
|
||||
export { default as utils } from './utils';
|
||||
|
||||
export default firebase;
|
||||
|
||||
Reference in New Issue
Block a user