diff --git a/plugins/apollo-explorer/dev/index.tsx b/plugins/apollo-explorer/dev/index.tsx index f02c250b9a..df61267811 100644 --- a/plugins/apollo-explorer/dev/index.tsx +++ b/plugins/apollo-explorer/dev/index.tsx @@ -20,8 +20,8 @@ import { apolloExplorerPlugin, ApolloExplorerPage } from '../src/plugin'; createDevApp() .registerPlugin(apolloExplorerPlugin) .addPage({ - element: , + element: , title: 'Root Page', - path: '/apollo-explorer' + path: '/apollo-explorer', }) .render();