fixed typescript strict hoverableCell and InputParameter file

This commit is contained in:
sunilyadav840
2021-05-17 18:08:31 +05:30
parent a52a156005
commit 1e0a0b73e0
4 changed files with 8 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import * as React from "react";
import { AppState, ContentRef, selectors } from "@nteract/core";
import * as React from "react";
import { connect } from "react-redux";
import * as NteractUtil from "../NTeractUtil";