UNPKG

psrworld

Version:

A TypeScript-powered project scaffolding tool with dual CommonJS/ESM build support

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