Skip to content

Commit

Permalink
fix(react): export remoteGenerator (#12563)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaidk committed Oct 26, 2022
1 parent 7315345 commit 6e97c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export { reduxGenerator } from './src/generators/redux/redux';
export { storiesGenerator } from './src/generators/stories/stories';
export { storybookConfigurationGenerator } from './src/generators/storybook-configuration/configuration';
export { hostGenerator } from './src/generators/host/host';
export { remoteGenerator } from './src/generators/remote/remote';
export { cypressComponentConfigGenerator } from './src/generators/cypress-component-configuration/cypress-component-configuration';
export { componentTestGenerator } from './src/generators/component-test/component-test';
export type { SupportedStyles } from './typings/style';

0 comments on commit 6e97c6c

Please sign in to comment.