diff --git a/frontend/app/(dashboard)/youtube/page.tsx b/frontend/app/(dashboard)/youtube/page.tsx new file mode 100644 index 0000000..6ef0ad4 --- /dev/null +++ b/frontend/app/(dashboard)/youtube/page.tsx @@ -0,0 +1,27 @@ +import Link from 'next/link'; +import { ArrowLeft } from 'lucide-react'; +import VideoLibrary from '@/features/youtube/components/VideoLibrary'; + +const YouTubePage = () => { + return ( +
+
+
+ + + +

+ YouTube Transcripts +

+
+ +
+
+ ); +}; + +export default YouTubePage; diff --git a/frontend/features/chat/components/ChatWindow.tsx b/frontend/features/chat/components/ChatWindow.tsx index 00f3828..81fb76a 100644 --- a/frontend/features/chat/components/ChatWindow.tsx +++ b/frontend/features/chat/components/ChatWindow.tsx @@ -12,6 +12,7 @@ import { Bookmark, Volume2, Headphones, + Video, Menu, X, } from 'lucide-react'; @@ -216,6 +217,14 @@ const ChatWindow = () => { > + +