UNPKG

bridebook-ui-library

Version:
7 lines (5 loc) 167 B
import './index.styl'; import ReactDOM from 'react-dom'; import {routes} from './routes'; const app = document.getElementById('app'); ReactDOM.render(routes(), app);