Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodwyer committed Jan 13, 2025
1 parent e8027f6 commit 40eeb97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/src/scripts/components/TreeRow.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import PropTypes from "prop-types";
import React, { useState } from "react";
import { Button, ButtonGroup, Modal } from "react-bootstrap";
import { readValueFromPage } from "../_utils";
import React from "react";
import { ButtonGroup } from "react-bootstrap";
import DescendantToggle from "./DescendantToggle";
import MoreInfoModal from "./MoreInfoModal";
import Pipes from "./Pipes";
Expand Down

0 comments on commit 40eeb97

Please sign in to comment.