diff --git a/js/src/autoplay/AutoplayApp.tsx b/js/src/autoplay/AutoplayApp.tsx index 2f1b651..cabf1d8 100644 --- a/js/src/autoplay/AutoplayApp.tsx +++ b/js/src/autoplay/AutoplayApp.tsx @@ -1,7 +1,39 @@ +import { Mic, X } from 'lucide-react'; + export function AutoplayApp() { + const handleClose = () => { + window.electronWindow.closeAutoplay(); + }; + return ( -
-

Autoplay Window

+
+
+ + +
+
+
+ JD +
+ +
+
+

john.doe

+

+ Playing audio... +

+
+
+ +
+
+
+
); }