Renamed pages do not get updated in imports

whenever pages get renamed (at least for codegen w/Next.js), if the relative path to the components changes (ie, I rename a page from “/foo” to “/foo/bar”) the imports don’t get renamed. I’m not sure if “fixing import statements” during sync is supposed to fix this, but currently it doesn’t.

The wrapper components are untouched by our CLI, so if things get moved or renamed, you’ll need to go in and fix it. We try to keep a clear separation between the wrapper components, which the developer owns, and the presentational components which get overwritten