From 8a8da4faed433c321401ff3344f05cb3cc1f1d21 Mon Sep 17 00:00:00 2001 From: HaneenT Date: Tue, 12 Sep 2023 10:36:21 -0400 Subject: [PATCH] Removed unused import --- src/components/Summary/CellTypeSummary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";