Skip to content

Commit

Permalink
move bento-ce.js into Bento Runtime/Core (#37778)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvchari authored and rileyajones committed Mar 31, 2022
1 parent a9a8dfc commit e64e12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bento/bento.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if (!isEsm()) {
export * from '#core/context';
export * from '#preact';
export * from '#preact/base-element';
export * from '#preact/bento-ce';
export * from '#preact/compat';
export * from '#preact/component';
export * from '#preact/context';
Expand Down

0 comments on commit e64e12e

Please sign in to comment.