import Nav from './controllers/NavIndex.js'; document.addEventListener( 'DOMContentLoaded', function () { new Nav(); }, false );