From b09964df07eb4155281aa2d0dc43a29b1c43086a Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Thu, 3 Aug 2023 23:10:06 +0100 Subject: [PATCH] Update App.js --- src/App.js | 1 - 1 file changed, 1 deletion(-) 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";