Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Jordan Wright committed Nov 4, 2020
1 parent 2221f28 commit 9ebecc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemTableFilter/ItemTableFilter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react';
import React, { useState } from 'react';
import PropTypes from 'prop-types';
import { makeStyles, TextField } from "@material-ui/core";

Expand Down

0 comments on commit 9ebecc8

Please sign in to comment.