File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { getOwner } from '@ember/application';
2
2
3
3
import { Auth , User , UserCredential } from 'firebase/auth' ;
4
4
import BaseAuthenticator from 'ember-simple-auth/authenticators/base' ;
5
- import FastBoot from 'ember-cli-fastboot/services/fastboot' ;
5
+ import type FastBoot from 'ember-cli-fastboot/services/fastboot' ;
6
6
7
7
import {
8
8
getAuth ,
Original file line number Diff line number Diff line change 1
1
import { getOwner } from '@ember/application' ;
2
2
3
3
import LocalStorageStore from 'ember-simple-auth/session-stores/local-storage' ;
4
- import FastBoot from 'ember-cli-fastboot/services/fastboot' ;
4
+ import type FastBoot from 'ember-cli-fastboot/services/fastboot' ;
5
5
6
6
export default class FirebaseStore extends LocalStorageStore {
7
7
private get fastboot ( ) : FastBoot | undefined {
You can’t perform that action at this time.
0 commit comments