JavaScript Import Class à partir d'un autre fichier

// if the file is in the same folder
import './file';
// after this you can then use the classes from the other js file
RG73