mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
8 lines
318 B
JavaScript
8 lines
318 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);
|
|
|
|
import * as linkifyjs from "../node_modules/linkifyjs/dist/linkify.es.js";
|
|
export { linkifyjs };
|