Closed Deeved closed 1 year ago
In src/components/index.ts this pattern export { default as IonButton } from './button'; must be replaced by this export * from './button';
export { default as IonButton } from './button';
export * from './button';
In src/components/index.ts this pattern
export { default as IonButton } from './button';
must be replaced by thisexport * from './button';