From d89bb69565229ad1d474000a1498d296c38a0332 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:57:08 +0200 Subject: [PATCH] SideBar --- app/components/home.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/components/home.tsx b/app/components/home.tsx index e9f16ebad..128de854a 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -23,9 +23,11 @@ import { Routes, useLocation, } from "react-router-dom"; -import { getClientConfig } from "../config/client"; + +import { SideBar } from "./sidebar"; import { useAppConfig } from "../store/config"; import { AuthPage } from "./auth"; +import { getClientConfig } from "../config/client"; import { ClientApi } from "../client/api"; import { useAccessStore } from "../store"; import { identifyDefaultClaudeModel } from "../utils/checkers";