mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
7 lines
513 B
JavaScript
7 lines
513 B
JavaScript
|
export { dataRouterUtils } from '../src/components/Services/Data/';
|
||
|
export { default as getActionsRouter } from '../src/components/Services/Actions/Router';
|
||
|
export { eventsRoutes } from '../src/components/Services/Events';
|
||
|
export { default as generatedApiExplorer } from '../src/components/Services/ApiExplorer/ApiExplorer';
|
||
|
export { default as generatedVoyagerConnector } from '../src/components/Services/VoyagerView/VoyagerView';
|
||
|
export { getRemoteSchemaRouter } from '../src/components/Services/RemoteSchema';
|