UNPKG

psrworld

Version:

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

9 lines (6 loc) 184 B
/* @refresh reload */ import { render } from 'solid-js/web' import './index.css' import App from './App.jsx' const root = document.getElementById('root') render(() => <App />, root)