I want to be able to do this: ``` import { foo } from "foo"; import { bar } from "foo/bar" ``` Is this a bad practice? If not, can we have an example of how to do it in the docs?