This will allow us to reduce package sizes in our other applications. Currently we have to do: `import { Button } from '@etchteam/mobius';` But we'd like to be able to do: `import Button from '@etchteam/mobius/components/controls/Button';`
This will allow us to reduce package sizes in our other applications.
Currently we have to do:
import { Button } from '@etchteam/mobius';But we'd like to be able to do:
import Button from '@etchteam/mobius/components/controls/Button';