Migrate actions,reducers and action types to TS #15
This commit is contained in:
17
app/firebaseServices/imageGallery/ImageGalleryService.ts
Normal file
17
app/firebaseServices/imageGallery/ImageGalleryService.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
// - Import react components
|
||||
import { firebaseRef, firebaseAuth } from 'app/firebase/';
|
||||
|
||||
import { SocialError } from "domain/common";
|
||||
import { IImageGalleryService } from 'services/imageGallery';
|
||||
|
||||
/**
|
||||
* Firbase image gallery service
|
||||
*
|
||||
* @export
|
||||
* @class ImageGalleryService
|
||||
* @implements {IImageGalleryService}
|
||||
*/
|
||||
export class ImageGalleryService implements IImageGalleryService {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user