diff --git a/src/global/getdata.js b/src/global/getdata.js index 2ab641e..f1f1122 100644 --- a/src/global/getdata.js +++ b/src/global/getdata.js @@ -1,4 +1,4 @@ -import { getObjType } from '../utils/util'; +import { getObjType,rgbTohex } from '../utils/util'; import { getSheetIndex } from '../methods/get'; import server from '../controllers/server'; import formula from './formula';