/** @format */ import { BoxDialer } from './lib/boxDIaler';
import Root from './root';
window.BoxDialer = new BoxDialer();
export default Root;