From 196aa8454f432e284848aeda28e11622c9f59c26 Mon Sep 17 00:00:00 2001 From: Koper Date: Thu, 24 Aug 2023 19:08:16 +0700 Subject: [PATCH] yarn openapi --- www/app/transcripts/{useTranscript.tsx => useTranscript.ts} | 0 www/app/transcripts/{useWebRTC.tsx => useWebRTC.ts} | 0 www/app/transcripts/{useWebSockets.tsx => useWebSockets.ts} | 0 www/app/transcripts/{webSocketTypes.tsx => webSocketTypes.ts} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename www/app/transcripts/{useTranscript.tsx => useTranscript.ts} (100%) rename www/app/transcripts/{useWebRTC.tsx => useWebRTC.ts} (100%) rename www/app/transcripts/{useWebSockets.tsx => useWebSockets.ts} (100%) rename www/app/transcripts/{webSocketTypes.tsx => webSocketTypes.ts} (100%) diff --git a/www/app/transcripts/useTranscript.tsx b/www/app/transcripts/useTranscript.ts similarity index 100% rename from www/app/transcripts/useTranscript.tsx rename to www/app/transcripts/useTranscript.ts diff --git a/www/app/transcripts/useWebRTC.tsx b/www/app/transcripts/useWebRTC.ts similarity index 100% rename from www/app/transcripts/useWebRTC.tsx rename to www/app/transcripts/useWebRTC.ts diff --git a/www/app/transcripts/useWebSockets.tsx b/www/app/transcripts/useWebSockets.ts similarity index 100% rename from www/app/transcripts/useWebSockets.tsx rename to www/app/transcripts/useWebSockets.ts diff --git a/www/app/transcripts/webSocketTypes.tsx b/www/app/transcripts/webSocketTypes.ts similarity index 100% rename from www/app/transcripts/webSocketTypes.tsx rename to www/app/transcripts/webSocketTypes.ts