1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-03 23:58:44 +00:00
_/snowpack/src/main.tsx

5 lines
91 B
TypeScript
Raw Normal View History

2021-10-14 11:06:02 +09:00
import { render } from "preact";
import App from "./App";
render(<App />, document.body);