Fix name of Khoj logo component file in web app

This commit is contained in:
Debanjum Singh Solanky
2024-08-05 03:56:53 +05:30
parent 842036688d
commit 18a973b666
2 changed files with 2 additions and 3 deletions

View File

@@ -89,12 +89,11 @@ import {
AlertDialogFooter, AlertDialogFooter,
AlertDialogHeader, AlertDialogHeader,
AlertDialogTitle, AlertDialogTitle,
AlertDialogTrigger,
} from "@/components/ui/alert-dialog"; } from "@/components/ui/alert-dialog";
import { modifyFileFilterForConversation } from "@/app/common/chatFunctions"; import { modifyFileFilterForConversation } from "@/app/common/chatFunctions";
import { ScrollAreaScrollbar } from "@radix-ui/react-scroll-area"; import { ScrollAreaScrollbar } from "@radix-ui/react-scroll-area";
import { KhojLogo, KhojLogoType } from "@/app/components/logo/khogLogo"; import { KhojLogoType } from "@/app/components/logo/khojLogo";
import NavMenu from "../navMenu/navMenu"; import NavMenu from "@/app/components/navMenu/navMenu";
// Define a fetcher function // Define a fetcher function
const fetcher = (url: string) => fetch(url).then((res) => res.json()); const fetcher = (url: string) => fetch(url).then((res) => res.json());