Skip to content

Commit

Permalink
fix(sdk,main-button): fix invalid component export
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Oct 1, 2024
1 parent a9a44d5 commit b010e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/scopes/components/main-button/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export {
unmount as unmountMainButton,
} from './exports.variable.js';
export type { State as MainButtonState } from './types.js';
export * as miniApp from './exports.variable.js';
export * as mainButton from './exports.variable.js';

0 comments on commit b010e07

Please sign in to comment.