561aa6891f
Big bang migration to Deno 🤯
19 lines
619 B
TypeScript
19 lines
619 B
TypeScript
export * from "../common/deps.ts";
|
|
|
|
export {
|
|
Fragment,
|
|
h,
|
|
render as preactRender,
|
|
} from "https://esm.sh/preact@10.11.1";
|
|
export type { ComponentChildren } from "https://esm.sh/preact@10.11.1";
|
|
export {
|
|
useEffect,
|
|
useReducer,
|
|
useRef,
|
|
useState,
|
|
} from "https://esm.sh/preact@10.11.1/hooks";
|
|
|
|
export { FontAwesomeIcon } from "https://esm.sh/@aduh95/preact-fontawesome@0.1.5?external=@fortawesome/fontawesome-common-types";
|
|
export { faPersonRunning } from "https://esm.sh/@fortawesome/free-solid-svg-icons@6.2.0";
|
|
export type { IconDefinition } from "https://esm.sh/@fortawesome/free-solid-svg-icons@6.2.0";
|