mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-12-04 21:31:08 -05:00
6 lines
214 B
JavaScript
6 lines
214 B
JavaScript
|
export * from "/node_modules/preact/dist/preact.module.js";
|
||
|
|
||
|
import { h } from "/node_modules/preact/dist/preact.module.js";
|
||
|
import htm from "/node_modules/htm/dist/htm.module.js";
|
||
|
export const html = htm.bind(h);
|