X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2badeb3fe6beb308b952ab2b7101ed4547c04e10..d6a65f155ca546aea3a777e73076c2c80f2c88cc:/src/components/data-table/data-table.tsx diff --git a/src/components/data-table/data-table.tsx b/src/components/data-table/data-table.tsx index f92f97b72f..34f8168a55 100644 --- a/src/components/data-table/data-table.tsx +++ b/src/components/data-table/data-table.tsx @@ -3,7 +3,7 @@ // SPDX-License-Identifier: AGPL-3.0 import * as React from 'react'; -import { Table, TableBody, TableRow, TableCell, TableHead, TableSortLabel, StyleRulesCallback, Theme, WithStyles, withStyles, Typography } from '@material-ui/core'; +import { Table, TableBody, TableRow, TableCell, TableHead, TableSortLabel, StyleRulesCallback, Theme, WithStyles, withStyles } from '@material-ui/core'; import { DataColumn, SortDirection } from './data-column'; import { DataTableFilters, DataTableFilterItem } from "../data-table-filters/data-table-filters";