https://domlink.deployments.hotsocket.fyi/

link to sources in page

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