Skip to content

Commit e437e09

Browse files
committed
feat: Add EnhancedStudioDemo component with a studio header and integrated chat interface.
1 parent 3b088f7 commit e437e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/demo/EnhancedStudioDemo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client';
22

3-
import { EnhancedChatInterface } from './EnhancedChatInterface';
3+
import { EnhancedChatInterface } from '../chat/EnhancedChatInterface';
44

55
export default function EnhancedStudioDemo() {
66
return (

0 commit comments

Comments
 (0)