Skip to content

Commit

Permalink
Renamed folder and update exports
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jan 20, 2021
1 parent 55de973 commit fc608a6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import RelativeTime from "react-relative-time";
import ItemTableFilter from "../ItemTableFilter/"
import { ArrowDownward, ArrowUpward } from "@material-ui/icons";
import ItemTableCell from "../ItemTableCell";
import LastUpdatedCell from "../LastUpdatedCell.js/LastUpdatedCell";
import LastUpdatedCell from "../LastUpdatedCell/";

export default function ItemTable({ data }) {
const [selectedRow, setSelecetedRow] = useState({ queue: null, number: null });
Expand Down
3 changes: 0 additions & 3 deletions src/components/LastUpdatedCell.js/index.js

This file was deleted.

3 changes: 3 additions & 0 deletions src/components/LastUpdatedCell/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import LastUpdatedCell from "./LastUpdatedCell";

export default LastUpdatedCell;

0 comments on commit fc608a6

Please sign in to comment.