Files
flotilla/src/app/components/TopicSuggestion.svelte
T
triesap 4000477bdb Classifieds tags (#18) (#65)
Closes #18

Reviewed-on: #65
Co-authored-by: triesap <tyson@radroots.org>
Co-committed-by: triesap <tyson@radroots.org>
2026-03-09 21:12:10 -07:00

10 lines
126 B
Svelte

<script lang="ts">
type Props = {
value: string
}
const {value}: Props = $props()
</script>
<span>#{value}</span>