export { B as ButtonComponent } from './main.js'; function IconComponent() { console.log('This is IconComponent'); } function HeavyComponent() { console.log('This is HeavyComponent'); } export { HeavyComponent, IconComponent };