diff --git a/src/App.js b/src/App.js index a88ae89..6bdc003 100644 --- a/src/App.js +++ b/src/App.js @@ -28,7 +28,6 @@ import { useDebounce, useQueryState } from "./hooks"; import "react-toastify/dist/ReactToastify.css"; import Tooltip from "./components/Tooltip"; import { getReverseComplement, filterFeatures } from "./utils"; -import SingleRow from "./components/SingleRow";