import components from './components.js' import Loader from './rivets/Loader.js' // Create the framework loader const loader = new Loader({ components }) // Register the components loader.initialize() // Bind the application to the app-container loader.bind('#app-container')