Skip to content

Commit 71235f6

Browse files
committed
fix unused var
1 parent 64c5bba commit 71235f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { classNames } from '../utils/misc';
33
import { Conversation } from '../utils/types';
44
import StorageUtils from '../utils/storage';
55
import { useNavigate, useParams } from 'react-router';
6-
import { useAppContext } from '../utils/app.context';
76

87
export default function Sidebar() {
98
const params = useParams();

0 commit comments

Comments
 (0)