Commits

Yury Bondarenko authored 762e4616cce
Manual fix: sync removed imports between tests and components

The automatic migration made it so HTML always uses the `Themed*` component, and it must therefore be imported in all standalone components that use it. Afterwards, many unit tests fail because the removed imports no longer match up (can't inject `ThemeService`). While we could try to support this as part of the automatic migration, there are too many edge cases for this to be consistent.

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut