add exports to reduce duplication

Signed-off-by: Karl Haworth <karl.haworth@aa.com>
This commit is contained in:
Karl Haworth
2024-03-05 14:19:55 -05:00
parent 626cf35c18
commit b90857e2ff
2 changed files with 2 additions and 0 deletions
@@ -14,3 +14,4 @@
* limitations under the License.
*/
export { ApolloExplorerPage } from './ApolloExplorerPage';
export type { EndpointProps } from './components/ApolloExplorerPage';
+1
View File
@@ -20,3 +20,4 @@
* @packageDocumentation
*/
export { apolloExplorerPlugin, ApolloExplorerPage } from './plugin';
export type { EndpointProps } from './ApolloExplorerPage';