lint/format

This commit is contained in:
Jon Staab
2024-10-24 09:58:43 -07:00
parent fa8799e406
commit edeb573caa
11 changed files with 17 additions and 23 deletions

View File

@@ -1,12 +1,10 @@
<script lang="ts">
import {formatTimestamp, formatTimestampRelative} from "@welshman/app"
import Icon from "@lib/components/Icon.svelte"
import {formatTimestamp} from "@welshman/app"
import Link from "@lib/components/Link.svelte"
import Content from "@app/components/Content.svelte"
import Profile from "@app/components/Profile.svelte"
import ThreadActions from "@app/components/ThreadActions.svelte"
import {makeThreadPath} from "@app/routes"
import {REPLY} from "@app/state"
export let url
export let event