Skip to content

Commit bee8871

Browse files
committed
Fix duplicate module Firestack
1 parent 5689f3f commit bee8871

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

firestack.android.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
2-
* @providesModule Firestack
32
* @flow
43
*/
54
import Firestack from './lib/firestack'
65

7-
export default Firestack
6+
export default Firestack

firestack.ios.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**
2-
* @providesModule Firestack
32
* @flow
43
*/
54
import Firestack from './lib/firestack'

0 commit comments

Comments
 (0)