Skip to content

Commit be22b41

Browse files
committed
build
1 parent 115f75c commit be22b41

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
4.13 KB
Binary file not shown.

examples/server/webui/src/components/ChatScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useEffect, useRef, useState } from 'react';
1+
import { useEffect, useState } from 'react';
22
import { useAppContext } from '../utils/app.context';
33
import StorageUtils from '../utils/storage';
44
import { useNavigate } from 'react-router';

0 commit comments

Comments
 (0)