Skip to content

Commit e8188a7

Browse files
committed
chore: do not attempt to release storybook to npmjs
1 parent 0bfea4c commit e8188a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/typescript/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export { Map, type MapProps } from './block/map/map';
4848
export { Menu, type MenuProps } from './block/menu/menu';
4949
export { Nav, type NavProps } from './block/nav/nav';
5050
export { Noscript, type NoscriptProps } from './block/noscript/noscript';
51-
export { ObjectComponent as Object, type ObjectComponentProps as ObjectProps } from './block/object/object';
51+
export { Object, type ObjectProps } from './block/object/object';
5252
export { Ol, type OlProps } from './block/ol/ol';
5353
export { Optgroup, type OptgroupProps } from './block/optgroup/optgroup';
5454
export { Option, type OptionProps } from './block/option/option';

0 commit comments

Comments
 (0)