import { render } from 'inferno'
import './index.css'
import { NewTab } from './NewTab'

render(<NewTab />, document.getElementById('app'))
