export { foo } from "my-library-4/this_is_foo";
export { bar } from "my-library-4/bar";
export { otherImport } from "my-library-4/OTHERIMPORT";
export { useSomeAPI } from "my-library-4/use-some-api/some-api";
export { ArrowUpIcon } from "my-library-4/arrow-up";