Skip to content

Commit ab5652b

Browse files
committed
🐛 FIX: Extra
1 parent 86dfbf8 commit ab5652b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/nextjs/components/langbase/stream-text.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {Button} from '@/components/ui/button';
44
import {Input} from '@/components/ui/input';
55
import {fromReadableStream} from 'langbase';
66
import {useState} from 'react';
7-
// import {fromReadableStream} from '../../../../packages/langbase/src/lib/browser/stream';
87

98
export default function StreamTextExample() {
109
const [prompt, setPrompt] = useState('');

0 commit comments

Comments
 (0)