diff --git a/src/components/Summary/CellTypeSummary.js b/src/components/Summary/CellTypeSummary.js index df417deb..f4c53a59 100644 --- a/src/components/Summary/CellTypeSummary.js +++ b/src/components/Summary/CellTypeSummary.js @@ -1,6 +1,6 @@ import React, { Component } from 'react'; import { Container, Row, Col } from 'reactstrap'; -import { Grid, TableFixedColumns, TableColumnResizing, TableHeaderRow, Table} from '@devexpress/dx-react-grid-bootstrap4'; +import { Grid, TableColumnResizing, TableHeaderRow, Table} from '@devexpress/dx-react-grid-bootstrap4'; import ConceptSelectFullWidth from '../ConceptSelect/ConceptSelectFullWidth'; import { fetchClusterHierarchy } from '../../helpers/ApolloClient'; import { Spinner } from "reactstrap";