Update welshman stuff, fix bug in makeFeed

This commit is contained in:
Jon Staab
2025-04-24 10:02:27 -07:00
parent 3a954201ce
commit c18b29e7d6
19 changed files with 60 additions and 47 deletions
+1 -2
View File
@@ -1,5 +1,5 @@
<script lang="ts">
import {parseJson, nthEq} from "@welshman/lib"
import {parseJson, displayList, nthEq} from "@welshman/lib"
import {
getAddress,
getTagValue,
@@ -9,7 +9,6 @@
MESSAGE,
THREAD,
} from "@welshman/util"
import {displayList} from "@lib/util"
import Link from "@lib/components/Link.svelte"
import Icon from "@lib/components/Icon.svelte"
import Button from "@lib/components/Button.svelte"