import {Bar} from './modules/bar.js' App.config({ style: "./style.css", windows: [ Bar(), ], }) export { }