Use `import type` consistently in the Djblets codebase.
Review Request #13851 — Created May 10, 2024 and submitted — Latest diff uploaded
We made a change in Review Board to consistently use
import { type ... }
in our TypeScript code, but Djblets was still a
mix of styles. This change goes through and updates everything to use
our standard.
Ran js-tests.