silverbullet/web/deps.ts

9 lines
134 B
TypeScript
Raw Normal View History

2022-10-08 22:36:06 +08:00
export * from "../common/deps.ts";
2022-10-06 17:31:49 +08:00
export {
default as React,
useEffect,
useRef,
useState,
} from "https://esm.sh/react@17";