Reorder imports

This commit is contained in:
mplorentz
2026-03-03 17:19:20 -05:00
parent 354e809926
commit 948c822161
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,9 +4,9 @@
import Volume from "@assets/icons/volume.svg?dataurl"
import Icon from "@lib/components/Icon.svelte"
import SecondaryNavItem from "@lib/components/SecondaryNavItem.svelte"
import {isMobileViewport} from "@lib/html"
import ProfileCircle from "@app/components/ProfileCircle.svelte"
import RoomName from "@app/components/RoomName.svelte"
import {isMobileViewport} from "@lib/html"
import {pushToast} from "@app/util/toast"
import {
deriveVoiceParticipants,