Skip to content

Commit

Permalink
#1401 - unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
petmongrels committed Jan 2, 2025
1 parent 000cb83 commit 913cb0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/upload/MetadataDiff.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useState } from "react";
import { Button, Typography, Paper, Grid, CircularProgress, MenuItem, FormControl, Select, InputLabel } from "@material-ui/core";
import httpClient from "common/utils/httpClient";
import { CircularProgress, FormControl, Grid, InputLabel, MenuItem, Paper, Select, Typography } from "@material-ui/core";
import _ from "lodash";
import { CHANGE_TYPE } from "../adminApp/service/CompareMetadataService";

Expand Down

0 comments on commit 913cb0e

Please sign in to comment.