refactor: rename folder

This commit is contained in:
talksik
2026-03-14 06:31:54 -07:00
parent aac6ac832b
commit 377537b892
5 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -8,10 +8,10 @@ import { usePlaybackStore } from "@/stores/playback-store";
import { useRecordingStore } from "@/stores/recording-store";
import { ParticleRenderer } from "@/features/playback/particle-renderer";
import { PlaybackPageIndicator } from "@/features/playback/playback-page-indicator";
import { ReplyIndicator } from "@/features/recording/reply-indicator";
import { TextComposeOverlay } from "@/features/recording/text-compose-overlay";
import { RecordingOverlay } from "@/features/recording/recording-overlay";
import { useRecorder } from "@/features/recording/use-recorder";
import { ReplyIndicator } from "@/features/send/reply-indicator";
import { TextComposeOverlay } from "@/features/send/text-compose-overlay";
import { RecordingOverlay } from "@/features/send/recording-overlay";
import { useRecorder } from "@/features/send/use-recorder";
export function StreamPlayerPage() {
const { streamId } = useParams<{ streamId: string }>();