diff --git a/src/issuesearch.ts b/src/issuesearch.ts index 0514ed8..aec1c85 100644 --- a/src/issuesearch.ts +++ b/src/issuesearch.ts @@ -1,5 +1,5 @@ import { Body, Button, Column, Input, Label, Link, Row, Table, TableCell, TableRow } from "./domlink.js"; - +Body.with(new Link("TypeScript source here!").to("https://tangled.sh/@hotsocket.fyi/domlink/blob/main/src/issuesearch.ts")); type issueRecord = { body: string; createdAt: string;