mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 10:55:31 -06:00
bfe2786957
* refactor(ui): remove dead exports * chore(deadcode): refresh export baseline * refactor(gateway): privatize chat media fields
6 lines
244 B
TypeScript
6 lines
244 B
TypeScript
import { GitHubLinkHovercardProvider } from "./github-link-hovercard.ts";
|
|
|
|
if (!customElements.get("openclaw-github-link-hovercard-provider")) {
|
|
customElements.define("openclaw-github-link-hovercard-provider", GitHubLinkHovercardProvider);
|
|
}
|