From bd13a562fa4fefddc3fe17a0445f1feefefc2c74 Mon Sep 17 00:00:00 2001 From: Karl Haworth Date: Fri, 5 Apr 2024 10:08:12 -0400 Subject: [PATCH] remove unused Signed-off-by: Karl Haworth --- .../components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/apollo-explorer/src/components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx b/plugins/apollo-explorer/src/components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx index f5b0014974..6238885a29 100644 --- a/plugins/apollo-explorer/src/components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx +++ b/plugins/apollo-explorer/src/components/ApolloExplorerBrowser/ApolloExplorerBrowser.tsx @@ -22,7 +22,6 @@ import { makeStyles } from '@material-ui/core/styles'; import { JSONObject } from '@apollo/explorer/src/helpers/types'; import { ApolloExplorer } from '@apollo/explorer/react'; import { Content } from '@backstage/core-components'; -import { ApiHolder } from '@backstage/core-plugin-api'; import { HandleRequest } from '@apollo/explorer/src/helpers/postMessageRelayHelpers'; const useStyles = makeStyles(theme => ({