import * as bootstrap from 'bootstrap' export { bootstrap } import { api, polling } from './settings' import { config, pvapp } from './common' pvapp.run(config(api, polling), [])