UNPKG

create-chrome-ext

Version:

Scaffolding your chrome extension, multiple boilerplates supported!

6 lines (4 loc) 142 B
import { render } from 'preact' import { Options } from './Options' import './index.css' render(<Options />, document.getElementById('app'))