forked from coracle/flotilla
Rename app utils
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import {isMobile} from "@lib/html"
|
||||
import Link from "@lib/components/Link.svelte"
|
||||
import NoteContent from "@app/components/NoteContent.svelte"
|
||||
import {getRoomItemPath} from "@app/util/routes"
|
||||
import {getRoomItemPath} from "@app/routes"
|
||||
|
||||
const props: ComponentProps<typeof NoteContent> = $props()
|
||||
const path = getRoomItemPath(props.url!, props.event)
|
||||
|
||||
Reference in New Issue
Block a user