You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
279 B

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')