Skip to content

Commit

Permalink
run format (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
trean authored Mar 6, 2024
1 parent 752358c commit f3d381a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/components/Datasets/DatasetsTableRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@ import React, { useState } from 'react';
import PropTypes from 'prop-types';
import prettyBytes from 'pretty-bytes';
import { useTheme } from '@mui/material/styles';
import {
Box,
Card,
CircularProgress,
Grid,
IconButton,
TableCell,
TableRow,
Tooltip,
Typography,
} from '@mui/material';
import { Box, Card, CircularProgress, Grid, IconButton, TableCell, TableRow, Tooltip, Typography } from '@mui/material';
import { Download, FolderZip } from '@mui/icons-material';
import ImportDatasetDialog from './ImportDatasetDialog';

Expand Down

0 comments on commit f3d381a

Please sign in to comment.