mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-08 11:35:16 +02:00
add missing import statement to fix the error when delete a document.
This commit is contained in:
parent
674fc5c972
commit
f42fdcceaf
@ -1,5 +1,6 @@
|
|||||||
import { deferred } from './deferred';
|
import { deferred } from './deferred';
|
||||||
import { log } from 'util';
|
import { log } from 'util';
|
||||||
|
import * as firebase from 'firebase';
|
||||||
|
|
||||||
export const itemService = {
|
export const itemService = {
|
||||||
async getItem(id) {
|
async getItem(id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user