- [x] Move `studio`'s `Main` into its own unique namespace. (Let's call it `View.Studio.Main` for now.) - [ ] Create new Spago module `studio-ui-common`. - [ ] Take most of the code out of `studio/` and move it to the new module. - [ ] Have `studio` depend on it. - [ ] Have `tx-browser` depend on it?