Update Links to examples?

I come across this spradically but regularly too…

Right now, in one of my projects this works:

import { TransformControls } from 'three/addons/controls/TransformControls.js';

In another project same architecture (vite), only this works:

import { TransformControls } from 'three/examples/jsm/controls/TransformControls.js';

Otherwise its a not found in ‘three’

On the three.js github I also cannot find TransformControls.

How do i know what the correct links are / what they depend on ?

The importmap-s in both projects are different, I guess.

https://github.com/mrdoob/three.js/blob/43f7bbe140abe6957ab23ff8639f16dec483d427/examples/jsm/controls/TransformControls.js