Fix ae-forgotten-export error
Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
This commit is contained in:
@@ -18,5 +18,12 @@ export {
|
||||
gitReleaseManagerPlugin,
|
||||
GitReleaseManagerPage,
|
||||
gitReleaseManagerApiRef,
|
||||
internals,
|
||||
} from './plugin';
|
||||
|
||||
import { components, constants, helpers } from './plugin';
|
||||
|
||||
export const internals = {
|
||||
components,
|
||||
constants,
|
||||
helpers,
|
||||
};
|
||||
|
||||
@@ -25,16 +25,11 @@ import {
|
||||
import { GitReleaseClient } from './api/GitReleaseClient';
|
||||
import { gitReleaseManagerApiRef } from './api/serviceApiRef';
|
||||
import { rootRouteRef } from './routes';
|
||||
import * as constants from './constants/constants';
|
||||
import * as helpers from './helpers';
|
||||
import * as components from './components';
|
||||
|
||||
export * as constants from './constants/constants';
|
||||
export * as helpers from './helpers';
|
||||
export * as components from './components';
|
||||
export { gitReleaseManagerApiRef };
|
||||
export const internals = {
|
||||
constants,
|
||||
helpers,
|
||||
components,
|
||||
};
|
||||
|
||||
export const gitReleaseManagerPlugin = createPlugin({
|
||||
id: 'git-release-manager',
|
||||
|
||||
Reference in New Issue
Block a user