Move all firbase dependencies from actions layer to firebaseService layer (#13)
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
import { User } from 'domain/users'
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Common service interface
|
||||
*
|
||||
*
|
||||
* @export
|
||||
* @interface ICommonService
|
||||
*/
|
||||
export interface ICommonService {
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,4 +2,4 @@ import { ICommonService } from './ICommonService'
|
||||
|
||||
export {
|
||||
ICommonService
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user