style(frontend): organize imports alphabetically and improve code formatting

This commit is contained in:
MythEclipse
2026-06-03 03:21:20 +07:00
parent 115dacb997
commit 4a1c7925fe
20 changed files with 101 additions and 100 deletions
@@ -1 +1 @@
export { Guild, Channel } from "../../shared/api/client";
export { Channel, Guild } from "../../shared/api/client";
@@ -1 +1 @@
export { MediaMode, MediaItem, MediaState } from "../../shared/api/client";
export { MediaItem, MediaMode, MediaState } from "../../shared/api/client";
@@ -1 +1 @@
export { VoiceStatus, ActiveSpeaker } from "../../shared/api/client";
export { ActiveSpeaker, VoiceStatus } from "../../shared/api/client";