hotbug: include react lib.

This commit is contained in:
a.bouhuolia
2021-09-08 16:34:27 +02:00
parent a7b1d75a3a
commit 6fd47aa884

View File

@@ -1,4 +1,4 @@
import { React } from 'react';
import React from 'react';
export const isCellLoading = (loading, cellsCoords, rowIndex, columnId) => {
if (!loading) {