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

4 lines
91 B
TypeScript

import { render } from "preact";
import App from "./App";
render(<App />, document.body);