File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
-
17
+ // eslint-disable-next-line import/no-extraneous-dependencies
18
18
import {
19
19
_registerComponent ,
20
20
registerVersion ,
21
21
SDK_VERSION
22
- // eslint-disable-next-line import/no-extraneous-dependencies
23
22
} from '@firebase/app-exp' ;
24
23
import { Component , ComponentType } from '@firebase/component' ;
25
24
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
import { AppCheckInternalComponentName } from '@firebase/app-check-interop-types' ;
19
+ // eslint-disable-next-line import/no-extraneous-dependencies
19
20
import {
20
21
_FirebaseService ,
21
22
_getProvider ,
22
23
FirebaseApp ,
23
24
getApp
24
- // eslint-disable-next-line import/no-extraneous-dependencies
25
25
} from '@firebase/app-exp' ;
26
26
import { FirebaseAuthInternalName } from '@firebase/auth-interop-types' ;
27
27
import { Provider } from '@firebase/component' ;
You can’t perform that action at this time.
0 commit comments