6 lines
94 B

// export
export {default as Foo} from './foo';
export default function () {
// whatever
}