Code cannot locate GLTFLoader.js although it exists

Everything seems in place, but keep getting an error after adding

import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';

You may need to add .js. Does the following work?

import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';

yes! thanks!! :grinning: