2021-03-02 22:46:48 +01:00
|
|
|
export * from "../node_modules/preact/dist/preact.module.js";
|
2020-06-18 14:23:08 +02:00
|
|
|
|
2021-03-02 22:46:48 +01:00
|
|
|
import { h } from "../node_modules/preact/dist/preact.module.js";
|
|
|
|
import htm from "../node_modules/htm/dist/htm.module.js";
|
2020-06-18 14:23:08 +02:00
|
|
|
export const html = htm.bind(h);
|
2020-06-25 17:26:40 +02:00
|
|
|
|
2021-03-02 22:46:48 +01:00
|
|
|
import "../node_modules/anchorme/dist/browser/anchorme.min.js";
|
2020-06-25 17:26:40 +02:00
|
|
|
export const anchorme = window.anchorme;
|