mirror of
https://github.com/kou029w/_.git
synced 2025-02-03 23:58:44 +00:00
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
|
import { render } from "preact";
|
||
|
import App from "./App";
|
||
|
|
||
|
render(<App />, document.body);
|