UNPKG

create-chrome-ext

Version:

Scaffolding your chrome extension, multiple boilerplates supported!

8 lines (5 loc) 194 B
/* @refresh reload */ import { render } from 'solid-js/web' import './index.css' import { Options } from './Options' render(() => <Options />, document.getElementById('app') ?? document.body)