split up SignUp{Form,Page} into 2 separate files, 1 per component
Created by: sqs
This is good practice anyway and makes it easier to lazily-load them using Webpack code splitting using a technique I'm working on. Even without that, this change is worthwhile.