Update plugins/apollo-explorer/README.md

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-05-04 11:44:14 +02:00
committed by GitHub
parent 172251b8db
commit 5b37887ccb
+1
View File
@@ -39,6 +39,7 @@ Then, in `packages/app/src/App.tsx` add the plugin as a `Route`
```typescript
import { ApolloExplorerPage } from '@backstage/plugin-apollo-explorer';
const routes = (
<FlatRoutes>
{/* other routes... */}