Skip to content

Commit b11bbe6

Browse files
committed
🐛 FIX: Example
1 parent 20d4d0e commit b11bbe6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
import {Button} from '@/components/ui/button';
44
import {Input} from '@/components/ui/input';
5-
import {fromReadableStream} from 'langbase';
65
import {useState} from 'react';
6+
// import {fromReadableStream} from 'langbase';
7+
import {fromReadableStream} from '../../../../packages/langbase/src/lib/browser/stream';
78

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

0 commit comments

Comments
 (0)