/* IMPORT */ import {render} from 'voby'; import App from './components/app'; /* MAIN */ render ( , document.getElementById ( 'app' ) );