add exports to reduce duplication
Signed-off-by: Karl Haworth <karl.haworth@aa.com>
This commit is contained in:
@@ -14,3 +14,4 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
export { ApolloExplorerPage } from './ApolloExplorerPage';
|
||||
export type { EndpointProps } from './components/ApolloExplorerPage';
|
||||
|
||||
@@ -20,3 +20,4 @@
|
||||
* @packageDocumentation
|
||||
*/
|
||||
export { apolloExplorerPlugin, ApolloExplorerPage } from './plugin';
|
||||
export type { EndpointProps } from './ApolloExplorerPage';
|
||||
|
||||
Reference in New Issue
Block a user