main ← discourse-theme-creator
merged 05:53PM - 24 Feb 26 UTC
The Edit Code button threw `TypeError: this.class.create is not a function` beca…use the edit controller was importing from the old flat path `admin/controllers/admin-customize-themes-edit`, which no longer exists after admin code changes.
- Updated all `admin/...` imports to use the correct `discourse/admin/...` prefix
- Updated the edit route's `templateName`
- Removed `RouteTemplate` wrappers from route templates.