Files
ben 34ccf0c32b Move recordings UI to Livewire pages with Flux components.
Replace controller-driven Blade views with full-page Livewire index/show/create flows so Flux tables, toasts, and uploads work natively.
2026-08-12 19:17:52 +02:00

6 lines
185 B
JavaScript

import './echo';
import { recordingsIndex, transcriptionMonitor } from './transcription';
window.transcriptionMonitor = transcriptionMonitor;
window.recordingsIndex = recordingsIndex;