We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c5bba commit 71235f6Copy full SHA for 71235f6
examples/server/webui/src/components/Sidebar.tsx
@@ -3,7 +3,6 @@ import { classNames } from '../utils/misc';
3
import { Conversation } from '../utils/types';
4
import StorageUtils from '../utils/storage';
5
import { useNavigate, useParams } from 'react-router';
6
-import { useAppContext } from '../utils/app.context';
7
8
export default function Sidebar() {
9
const params = useParams();
0 commit comments